diva.whiteboard
Class WhiteboardView.LocalPageListener

java.lang.Object
  extended by diva.whiteboard.WhiteboardView.LocalPageListener
All Implemented Interfaces:
EventListener, ListDataListener
Enclosing class:
WhiteboardView

protected class WhiteboardView.LocalPageListener
extends Object
implements ListDataListener


Constructor Summary
protected WhiteboardView.LocalPageListener()
           
 
Method Summary
 void contentsChanged(ListDataEvent e)
          Invoked when current page has been switched.
 void intervalAdded(ListDataEvent e)
          When a new page has been added, create a new sketch pane to display the model of this page.
 void intervalRemoved(ListDataEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WhiteboardView.LocalPageListener

protected WhiteboardView.LocalPageListener()
Method Detail

intervalAdded

public void intervalAdded(ListDataEvent e)
When a new page has been added, create a new sketch pane to display the model of this page.

Specified by:
intervalAdded in interface ListDataListener

intervalRemoved

public void intervalRemoved(ListDataEvent e)
Specified by:
intervalRemoved in interface ListDataListener

contentsChanged

public void contentsChanged(ListDataEvent e)
Invoked when current page has been switched.

Specified by:
contentsChanged in interface ListDataListener


Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.