Uses of Interface
org.eclipse.draw2d.CoordinateListener
Packages that use CoordinateListener
Package
Description
Primary package containing general interfaces and implementation classes.
- 
Uses of CoordinateListener in org.eclipse.draw2dMethods in org.eclipse.draw2d with parameters of type CoordinateListenerModifier and TypeMethodDescriptionvoidFigure.addCoordinateListener(CoordinateListener listener) voidIFigure.addCoordinateListener(CoordinateListener listener) Registers the given listener as a CoordinateListener of this figure.voidFigure.removeCoordinateListener(CoordinateListener listener) voidIFigure.removeCoordinateListener(CoordinateListener listener) Unregisters the given listener, so that it will no longer receive notification of coordinate changes.