Interface mxEventSource.mxIEventListener

Enclosing class:
mxEventSource

public static interface mxEventSource.mxIEventListener
Defines the requirements for an object that listens to an event source.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    invoke(Object sender, mxEventObject evt)
    Called when the graph model has changed.
  • Method Details

    • invoke

      void invoke(Object sender, mxEventObject evt)
      Called when the graph model has changed.
      Parameters:
      sender - Reference to the source of the event.
      evt - Event object to be dispatched.