JGraph X 1.0.2.8


Uses of Class
com.mxgraph.util.mxEventObject

Packages that use mxEventObject
com.mxgraph.util   
 

Uses of mxEventObject in com.mxgraph.util
 

Methods in com.mxgraph.util with parameters of type mxEventObject
 void mxEventSource.fireEvent(String eventName, mxEventObject evt)
          Dispatches the given event name with this object as the event source, passing all arguments after the given name to the registered listeners for the event.
 void mxEventSource.fireEvent(String eventName, mxEventObject evt, Object source)
          Dispatches the given event name, passing all arguments after the given name to the registered listeners for the event.
 void mxEventSource.mxIEventListener.invoke(Object source, mxEventObject evt)
          Called when the graph model has changed.
 


JGraph X 1.0.2.8


Copyright (c) 2008 Gaudenz Alder. All rights reserved.