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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.