com.ibm.as400.resource
Interface ActiveStatusListener
- All Superinterfaces:
- java.util.EventListener
- public interface ActiveStatusListener
- extends java.util.EventListener
The ActiveStatusListener represents a listener for ActiveStatusEvents.
busy
public void busy(ActiveStatusEvent event)
- 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)
- Invoked when the active status changes to idle. This indicates
that a potentially long-running operation has ended.
- Parameters:
event
- The event.