Class SortUtils.SortStartedEvent<C>

  • Type Parameters:
    C - the event source which sent the event
    All Implemented Interfaces:
    Serializable, Cloneable
    Enclosing class:
    SortUtils

    public static class SortUtils.SortStartedEvent<C>
    extends SortEvent<C>
    Convenient subclass of SortEvent to create a new SortEvent to indicate the sorting has started
    See Also:
    Serialized Form
    • Field Detail

      • SORT_STARTED_EVENT

        public static final EventType<?> SORT_STARTED_EVENT
    • Constructor Detail

      • SortStartedEvent

        public SortStartedEvent​(C source,
                                EventTarget target)