Class ListenerManagerDispatcher<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void dispatch​(T _listener, int type, java.lang.Object value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ListenerManagerDispatcher

        public ListenerManagerDispatcher()
    • Method Detail

      • dispatch

        public abstract void dispatch​(T _listener,
                                      int type,
                                      java.lang.Object value)