Class FilterEvent<C>

    • Constructor Detail

      • FilterEvent

        public FilterEvent​(C source,
                           EventTarget target)
        Construct a new Event with the specified event source and target, with type FILTER_EVENT. 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 target to associate with the event