com.ibm.as400.access
Class ActionCompletedEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.ibm.as400.access.ActionCompletedEvent
All Implemented Interfaces:
java.io.Serializable

public class ActionCompletedEvent
extends java.util.EventObject

The ActionCompletedEvent class represents an ActionCompleted event.

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ActionCompletedEvent(java.lang.Object source)
          Constructs an ActionCompletedEvent object.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActionCompletedEvent

public ActionCompletedEvent(java.lang.Object source)
Constructs an ActionCompletedEvent object. It uses the specified source object that completed the action.
Parameters:
source - The object where the event originated.