Class GraphChangeEvent

    • Field Detail

      • type

        protected int type
        The type of graph change this event indicates.
    • Constructor Detail

      • GraphChangeEvent

        public GraphChangeEvent​(Object eventSource,
                                int type)
        Creates a new graph change event.
        Parameters:
        eventSource - the source of the event.
        type - the type of event.
    • Method Detail

      • getType

        public int getType()
        Returns the event type.
        Returns:
        the event type.