com.ibm.as400.resource

Interface ActiveStatusListener

  • All Superinterfaces:
    java.util.EventListener

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

    public interface ActiveStatusListener
    extends java.util.EventListener
    The ActiveStatusListener represents a listener for ActiveStatusEvents.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      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

        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

        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.