Class Event4Impl<T extends EventArgs>

    • Constructor Detail

      • Event4Impl

        protected Event4Impl()
    • Method Detail

      • onListenerAdded

        protected void onListenerAdded()
        Might be overridden whenever specific events need to know when listeners subscribe to the event.
      • removeListener

        public final void removeListener​(EventListener4<T> listener)
        Description copied from interface: Event4
        Removes a previously registered listener from the notification list.
        Specified by:
        removeListener in interface Event4<T extends EventArgs>
      • trigger

        public final void trigger​(T args)
      • hasListeners

        public boolean hasListeners()