Interface VisualizationEvent


public interface VisualizationEvent
Visualization event triggered by user interactions with the graph canvas.
Author:
Mathieu Bastian
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    Defines the types of visualization events.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns optional data associated with this event.
    Returns the type of this event.
  • Method Details

    • getType

      Returns the type of this event.
      Returns:
      the event type
    • getData

      Object getData()
      Returns optional data associated with this event.
      Returns:
      the event data or null if none