Interface IBinaryStreamMonitor

    • Method Detail

      • addBinaryListener

        void addBinaryListener​(IBinaryStreamListener listener)
        Adds the given listener to this stream monitor's registered listeners. Has no effect if an identical listener is already registered.
        Parameters:
        listener - the listener to add
      • removeBinaryListener

        void removeBinaryListener​(IBinaryStreamListener listener)
        Removes the given listener from this stream monitor's registered listeners. Has no effect if the listener is not already registered.
        Parameters:
        listener - the listener to remove