com.ibm.as400.resource
Interface ResourceListListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ResourceListAdapter

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

public interface ResourceListListener
extends EventListener

The ResourceListListener represents a listener for ResourceListEvents.


Method Summary
Modifier and Type Method and Description
 void lengthChanged(ResourceListEvent event)
          Deprecated. Invoked when the length changes.
 void listClosed(ResourceListEvent event)
          Deprecated. Invoked when the list is closed.
 void listCompleted(ResourceListEvent event)
          Deprecated. Invoked when the list is completely loaded.
 void listInError(ResourceListEvent event)
          Deprecated. Invoked when the list is not completely loaded due to an error.
 void listOpened(ResourceListEvent event)
          Deprecated. Invoked when the list is opened.
 void resourceAdded(ResourceListEvent event)
          Deprecated. Invoked when a resource is added to the list.
 

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.