Class SortEvent<C>

    • Field Detail

      • ANY

        public static final EventType<SortEvent> ANY
        Common supertype for all sort event types.
    • Constructor Detail

      • SortEvent

        public SortEvent​(C source,
                         EventTarget target)
    • Method Detail

      • getSource

        public C getSource​()
        Description copied from class: EventObject
        The object on which the Event initially occurred.
        Overrides:
        getSource in class EventObject
        Returns:
        The object on which the Event initially occurred.