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