mxGraph 1.10.4.0


Uses of Class
com.mxgraph.util.mxEventObject

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 1.10.4.0


Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.