All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.as400.access.ActionCompletedEvent
java.lang.Object
|
+----java.util.EventObject
|
+----com.ibm.as400.access.ActionCompletedEvent
- public class ActionCompletedEvent
- extends EventObject
The ActionCompletedEvent class represents an ActionCompleted event.
-
ActionCompletedEvent(Object)
- Constructs an ActionCompletedEvent object.
ActionCompletedEvent
public ActionCompletedEvent(Object source)
- Constructs an ActionCompletedEvent object.
It uses the specified source object
that completed the action.
- Parameters:
- source - The object where the event originated.
All Packages Class Hierarchy This Package Previous Next Index