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 Detail

      • actionCompleted

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