Class symantec.itools.db.beans.binding.ExceptionEventSupport
All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.db.beans.binding.ExceptionEventSupport
Object
|
+----symantec.itools.db.beans.binding.ExceptionEventSupport
- public class ExceptionEventSupport
- extends Object
Support class for ExceptionEventListener
-
listeners
-
-
symantec.itools.db.beans.binding.ExceptionEventSupport()
- Default constructor
-
addExceptionEventListener(ExceptionEventListener)
- Method to add a listener
-
fireExceptionEvent(ExceptionEvent)
- Method to fire the event
-
removeExceptionEventListener(ExceptionEventListener)
- Method to remove a listener
listeners
protected java.util.Vector listeners
ExceptionEventSupport
public ExceptionEventSupport()
- Default constructor
addExceptionEventListener
public void addExceptionEventListener(ExceptionEventListener l)
- Method to add a listener
- Parameters:
- l - The ExceptionEventListener to be added
fireExceptionEvent
public void fireExceptionEvent(ExceptionEvent e)
- Method to fire the event
- Parameters:
- e - the ExceptionEvent
removeExceptionEventListener
public void removeExceptionEventListener(ExceptionEventListener l)
- Method to remove a listener
- Parameters:
- l - The ExceptionEventListener to be removed
All Packages Class Hierarchy This Package Previous Next Index