All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.as400.access.ActionCompletedListener

public interface ActionCompletedListener
extends EventListener
The ActionCompletedListener interface provides a listener interface for receiving ActionCompleted events.


Method Index

 o actionCompleted(ActionCompletedEvent)
Invoked when an action has completed.

Methods

 o actionCompleted
 public abstract void actionCompleted(ActionCompletedEvent event)
Invoked when an action has completed.

Parameters:
event - The action completed event.

All Packages  Class Hierarchy  This Package  Previous  Next  Index