org.jdesktop.swingx.error
Class ErrorSupport
- java.lang.Object
-
- org.jdesktop.swingx.error.ErrorSupport
-
public class ErrorSupport extends java.lang.ObjectErrorSupport provides support for managing error listeners.- See Also:
ErrorListener,ErrorEvent
-
-
Constructor Summary
Constructors Constructor and Description ErrorSupport(java.lang.Object source)Creates a new instance ofErrorSupport
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidaddErrorListener(ErrorListener listener)Add an ErrorListenervoidfireErrorEvent(java.lang.Throwable throwable)Report that an error has occurredErrorListener[]getErrorListeners()Returns an array of all the listeners which were added to theErrorSupportobject withaddErrorListener().voidremoveErrorListener(ErrorListener listener)Remove an error listener
-
-
-
Constructor Detail
-
ErrorSupport
public ErrorSupport(java.lang.Object source)
Creates a new instance ofErrorSupport- Parameters:
source- The object which will fire theErrorEvents
-
-
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 theErrorSupportobject withaddErrorListener().- 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- TheorErrorwhich occured.Exception
-
-
DataMelt 3.0 © DataMelt by jWork.ORG