com.ibm.as400.resource
Interface ActiveStatusListener

All Superinterfaces:
EventListener

Deprecated. Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.

public interface ActiveStatusListener
extends EventListener

The ActiveStatusListener represents a listener for ActiveStatusEvents.


Method Summary
 void busy(ActiveStatusEvent event)
          Deprecated. Invoked when the active status changes to busy.
 void idle(ActiveStatusEvent event)
          Deprecated. Invoked when the active status changes to idle.
 

Method Detail

busy

public void busy(ActiveStatusEvent event)
Deprecated. 
Invoked when the active status changes to busy. This indicates that a potentially long-running operation has started.

Parameters:
event - The event.

idle

public void idle(ActiveStatusEvent event)
Deprecated. 
Invoked when the active status changes to idle. This indicates that a potentially long-running operation has ended.

Parameters:
event - The event.