Class ScrollToEvent<T>

    • Constructor Detail

      • ScrollToEvent

        public ScrollToEvent​(Object source,
                             EventTarget target,
                             EventType<ScrollToEvent<T>> type,
                             T scrollTarget)
        Construct a new Event with the specified event source, target and type. If the source or target is set to null, it is replaced by the NULL_SOURCE_TARGET value.
        Parameters:
        source - the event source which sent the event
        target - the event source which sent the event
        type - the event type
        scrollTarget - the target of the scroll to operation