Class ListenerStatus<T extends EventListener>

    • Constructor Detail

      • ListenerStatus

        public ListenerStatus​(T listener,
                              boolean synch)
        Parameters:
        listener - listener being tracked.
        synch - true if that listener can be called asynchronously
    • Method Detail

      • getListener

        public T getListener()
        Returns:
        the listener
      • isSynchronous

        public boolean isSynchronous()
        Return true if the listener must be called synchronously.
        Returns:
        the synch
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object