Interface GenericObservableManager<T>

    • Method Detail

      • addListener

        void addListener​(T listener)
        adds the listener to the class
        Parameters:
        listener - the listener to add
      • removeListener

        void removeListener​(T listener)
        removes a listener from the class
        Parameters:
        listener - the listener to remove