Uses of Class
com.mxgraph.util.mxEventObject
-
Packages that use mxEventObject Package Description 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 Modifier and Type Method Description voidmxEventSource. fireEvent(mxEventObject evt)Dispatches the given event name with this object as the event source.voidmxEventSource. fireEvent(mxEventObject evt, java.lang.Object sender)Dispatches the given event name, passing all arguments after the given name to the registered listeners for the event.voidmxEventSource.mxIEventListener. invoke(java.lang.Object sender, mxEventObject evt)Called when the graph model has changed.
-