diva.whiteboard
Class WhiteboardView.LocalSketchListener

java.lang.Object
  extended by diva.whiteboard.WhiteboardView.LocalSketchListener
All Implemented Interfaces:
SketchListener
Enclosing class:
WhiteboardView

protected class WhiteboardView.LocalSketchListener
extends Object
implements SketchListener


Constructor Summary
protected WhiteboardView.LocalSketchListener()
           
 
Method Summary
 void symbolAdded(SketchEvent e)
          Invoked when a symbol has been added to a sketch model.
 void symbolModified(SketchEvent e)
          Invoked when a symbol has been modified.
 void symbolRemoved(SketchEvent e)
          Invoked when a symbol has been removed from a sketch model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WhiteboardView.LocalSketchListener

protected WhiteboardView.LocalSketchListener()
Method Detail

symbolAdded

public void symbolAdded(SketchEvent e)
Description copied from interface: SketchListener
Invoked when a symbol has been added to a sketch model.

Specified by:
symbolAdded in interface SketchListener

symbolRemoved

public void symbolRemoved(SketchEvent e)
Description copied from interface: SketchListener
Invoked when a symbol has been removed from a sketch model.

Specified by:
symbolRemoved in interface SketchListener

symbolModified

public void symbolModified(SketchEvent e)
Description copied from interface: SketchListener
Invoked when a symbol has been modified.

Specified by:
symbolModified in interface SketchListener


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