Uses of Interface
org.eclipse.draw2d.RoutingListener
Packages that use RoutingListener
Package
Description
Primary package containing general interfaces and implementation classes.
- 
Uses of RoutingListener in org.eclipse.draw2dClasses in org.eclipse.draw2d that implement RoutingListenerModifier and TypeClassDescriptionclassAnimates the routing of a connection.static classA stub implementation which implements all required methods.Methods in org.eclipse.draw2d with parameters of type RoutingListenerModifier and TypeMethodDescriptionvoidPolylineConnection.addRoutingListener(RoutingListener listener) Appends the given routing listener to the list of listeners.voidPolylineConnection.removeRoutingListener(RoutingListener listener) Removes the first occurence of the given listener.