Interface ExceptionListenable

    • Method Detail

      • addExceptionListener

        void addExceptionListener​(ExceptionListener listener)
        Adds an exception listener to this object.

        Implementations use WeakReference.

        Parameters:
        listener - Listener to register
      • removeExceptionListener

        void removeExceptionListener​(ExceptionListener listener)
        Removes an exception listener to this object.
        Parameters:
        listener - Listener to remove