diva.whiteboard
Class Whiteboard.WBAppViewListener

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

public class Whiteboard.WBAppViewListener
extends Object
implements ListDataListener


Constructor Summary
Whiteboard.WBAppViewListener()
           
 
Method Summary
 void contentsChanged(ListDataEvent e)
          Invoked when the current document has been switched.
 void intervalAdded(ListDataEvent e)
           
 void intervalRemoved(ListDataEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Whiteboard.WBAppViewListener

public Whiteboard.WBAppViewListener()
Method Detail

intervalAdded

public void intervalAdded(ListDataEvent e)
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 the current document has been switched. AR: should I check if this document is being viewed currently?

Specified by:
contentsChanged in interface ListDataListener


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