Documentation of 'org.jdesktop.swingx.error.ErrorSupport' Java class
ErrorSupport
org.jdesktop.swingx.error

Class ErrorSupport



  • public class ErrorSupport
    extends java.lang.Object
    ErrorSupport provides support for managing error listeners.
    See Also:
    ErrorListener, ErrorEvent
    • Constructor Detail

      • ErrorSupport

        public ErrorSupport(java.lang.Object source)
        Creates a new instance of ErrorSupport
        Parameters:
        source - The object which will fire the ErrorEvents
    • Method Detail

      • addErrorListener

        public void addErrorListener(ErrorListener listener)
        Add an ErrorListener
        Parameters:
        listener - the listener to add
      • removeErrorListener

        public void removeErrorListener(ErrorListener listener)
        Remove an error listener
        Parameters:
        listener - the listener to remove
      • getErrorListeners

        public ErrorListener[] getErrorListeners()
        Returns an array of all the listeners which were added to the ErrorSupport object with addErrorListener().
        Returns:
        all of the ErrorListeners added or an empty array if no listeners have been added.
      • fireErrorEvent

        public void fireErrorEvent(java.lang.Throwable throwable)
        Report that an error has occurred
        Parameters:
        throwable - The Error or Exception which occured.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.