JGraph X 0.15.0.3


com.mxgraph.util
Interface mxEventSource.mxEventListener

Enclosing class:
mxEventSource

public static interface mxEventSource.mxEventListener

Defines the requirements for an object that listens to a graph model.


Method Summary
 void invoke(Object source, Object[] args)
          Called when the graph model has changed.
 

Method Detail

invoke

void invoke(Object source,
            Object[] args)
Called when the graph model has changed.

Parameters:
source - Reference to the source of the event.

JGraph X 0.15.0.3


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