Class ProMEventListenerList<T extends java.util.EventListener>

    • Constructor Detail

      • ProMEventListenerList

        public ProMEventListenerList()
    • Method Detail

      • add

        public void add​(T listener)
      • getListenerCount

        public int getListenerCount()
      • getListeners

        protected java.util.List<T> getListeners()
      • remove

        public void remove​(T listener)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • removeAll

        public void removeAll()