com.ibm.as400.access
Class ActionCompletedEvent
java.lang.Object
java.util.EventObject
com.ibm.as400.access.ActionCompletedEvent
- All Implemented Interfaces:
- Serializable
public class ActionCompletedEvent
- extends EventObject
The ActionCompletedEvent class represents an ActionCompleted event.
- See Also:
- Serialized Form
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.