Eclipse Draw2d
3.1

Uses of Interface
org.eclipse.draw2d.CoordinateListener

Packages that use CoordinateListener
org.eclipse.draw2d Primary package containing general interfaces and implementation classes. 
 

Uses of CoordinateListener in org.eclipse.draw2d
 

Methods in org.eclipse.draw2d with parameters of type CoordinateListener
 void IFigure.addCoordinateListener(CoordinateListener listener)
          Registers the given listener as a CoordinateListener of this figure.
 void IFigure.removeCoordinateListener(CoordinateListener listener)
          Unregisters the given listener, so that it will no longer receive notification of coordinate changes.
 void Figure.addCoordinateListener(CoordinateListener listener)
           
 void Figure.removeCoordinateListener(CoordinateListener listener)
           
 


Eclipse Draw2d
3.1

Copyright (c) IBM Corp. and others 2000, 2005. All Rights Reserved.