|
mxGraph 2.5.0.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use mxEventObject | |
---|---|
com.mxgraph.util | This package provides utility classes such as mxConstants, mxUtils, mxPoint and mxRectangle as well as all classes for custom events and the undo history. |
Uses of mxEventObject in com.mxgraph.util |
---|
Methods in com.mxgraph.util with parameters of type mxEventObject | |
---|---|
void |
mxEventSource.fireEvent(mxEventObject evt)
Dispatches the given event name with this object as the event source. |
void |
mxEventSource.fireEvent(mxEventObject evt,
Object sender)
Dispatches the given event name, passing all arguments after the given name to the registered listeners for the event. |
void |
mxEventSource.mxIEventListener.invoke(Object sender,
mxEventObject evt)
Called when the graph model has changed. |
|
mxGraph 2.5.0.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |