Class TitleLeaveEvent

  • All Implemented Interfaces:
    HasNativeEvent

    public final class TitleLeaveEvent
    extends AbstractEvent
    Event which is fired when the user leaves on the title of the chart.
    Author:
    Andrea "Stock" Stocchero
    • Field Detail

      • TYPE

        public static final EventType TYPE
        Event type
    • Constructor Detail

      • TitleLeaveEvent

        public TitleLeaveEvent​(NativeAbstractMouseEvent nativeEvent,
                               Title item)
        Creates the event with title related to the leave
        Parameters:
        nativeEvent - native event of this custom event
        item - title related to the leave
    • Method Detail

      • dispatch

        protected void dispatch​(EventHandler handler)
        Description copied from class: Event
        Implemented by subclasses to dispatch event on the handler.
        Specified by:
        dispatch in class Event
        Parameters:
        handler - handler instance
      • getItem

        public final T getItem()
        Returns the title related to the click
        Returns:
        the title related to the click