com.ibm.as400.access
Interface ActionCompletedListener

All Superinterfaces:
EventListener

public interface ActionCompletedListener
extends 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

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

Parameters:
event - The action completed event.