Class AbstractObservableManager<T>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addListener​(T listener)
      adds the listener to the class
      protected java.util.List<T> getListeners()  
      void removeListener​(T listener)
      removes a listener from the class
      • Methods inherited from class java.lang.Object

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

      • AbstractObservableManager

        public AbstractObservableManager()