Package com.mxgraph.util
Interface mxEventSource.mxIEventListener
- Enclosing class:
mxEventSource
public static interface mxEventSource.mxIEventListener
Defines the requirements for an object that listens to an event source.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
invoke
(Object sender, mxEventObject evt) Called when the graph model has changed.
-
Method Details
-
invoke
Called when the graph model has changed.- Parameters:
sender
- Reference to the source of the event.evt
- Event object to be dispatched.
-