com.ibm.as400.resource

Interface ResourceListListener

  • All Superinterfaces:
    java.util.EventListener
    All Known Implementing Classes:
    ResourceListAdapter

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

    public interface ResourceListListener
    extends java.util.EventListener
    The ResourceListListener represents a listener for ResourceListEvents.
    • Method Detail

      • lengthChanged

        void lengthChanged(ResourceListEvent event)
        Deprecated. 
        Invoked when the length changes.
        Parameters:
        event - The event.
      • listClosed

        void listClosed(ResourceListEvent event)
        Deprecated. 
        Invoked when the list is closed.
        Parameters:
        event - The event.
      • listCompleted

        void listCompleted(ResourceListEvent event)
        Deprecated. 
        Invoked when the list is completely loaded.
        Parameters:
        event - The event.
      • listInError

        void listInError(ResourceListEvent event)
        Deprecated. 
        Invoked when the list is not completely loaded due to an error.
        Parameters:
        event - The event.
      • listOpened

        void listOpened(ResourceListEvent event)
        Deprecated. 
        Invoked when the list is opened.
        Parameters:
        event - The event.
      • resourceAdded

        void resourceAdded(ResourceListEvent event)
        Deprecated. 
        Invoked when a resource is added to the list.
        Parameters:
        event - The event.