Class AbstractObserver

    • Constructor Detail

      • AbstractObserver

        public AbstractObserver()
        Deprecated.
    • Method Detail

      • init

        public void init​(Observer.Context context)
                  throws Exception
        Deprecated.
        Description copied from interface: Observer
        Implemented by user to initialize Observer.
        Specified by:
        init in interface Observer
        Parameters:
        context - Observer context
        Throws:
        Exception
      • close

        public void close()
        Deprecated.
        Description copied from interface: Observer
        Implemented by user to close resources used by Observer
        Specified by:
        close in interface Observer