com.ibm.as400.access
Interface ActionCompletedListener

All Superinterfaces:
java.util.EventListener

public interface ActionCompletedListener
extends java.util.EventListener

The ActionCompletedListener interface provides a listener interface for receiving ActionCompleted events.


Method Summary
 void actionCompleted(ActionCompletedEvent event)
          Invoked when an action has completed.
 

Method Detail

actionCompleted

public void actionCompleted(ActionCompletedEvent event)
Invoked when an action has completed.
Parameters:
event - The action completed event.