Interface ILcdGraphListener<N,E>


public interface ILcdGraphListener<N,E>
Interface for listeners attached to graphs.
Since:
5.1
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    graphChanged(TLcdGraphChangedEvent<N,E> aGraphChangedEvent)
    Notifies the listener that the graph to which it is listening, is changed.
  • Method Details

    • graphChanged

      void graphChanged(TLcdGraphChangedEvent<N,E> aGraphChangedEvent)
      Notifies the listener that the graph to which it is listening, is changed.
      Parameters:
      aGraphChangedEvent - contains more detailed information about the changes that have happened to the graph.
      See Also: