com.ibm.as400.access
Class ActionCompletedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ActionCompletedEvent(Object source)
          Constructs an ActionCompletedEvent object.
 
Method Summary
 
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(Object source)
Constructs an ActionCompletedEvent object. It uses the specified source object that completed the action.

Parameters:
source - The object where the event originated.