public static interface mxEventSource.mxIEventListener
Modifier and Type | Method and Description |
---|---|
void |
invoke(java.lang.Object sender,
mxEventObject evt)
Called when the graph model has changed.
|
void invoke(java.lang.Object sender, mxEventObject evt)
sender
- Reference to the source of the event.evt
- Event object to be dispatched.