com.ibm.as400.resource
Class ResourceListAdapter

java.lang.Object
  extended by com.ibm.as400.resource.ResourceListAdapter
All Implemented Interfaces:
ResourceListListener, EventListener

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

public class ResourceListAdapter
extends Object
implements ResourceListListener

The ResourceListAdapter class is a default implementation of the ResourceListListener interface.


Constructor Summary
ResourceListAdapter()
          Deprecated.  
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceListAdapter

public ResourceListAdapter()
Deprecated. 
Method Detail

lengthChanged

public void lengthChanged(ResourceListEvent event)
Deprecated. 
Invoked when the length changes.

Specified by:
lengthChanged in interface ResourceListListener
Parameters:
event - The event.

listClosed

public void listClosed(ResourceListEvent event)
Deprecated. 
Invoked when the list is closed.

Specified by:
listClosed in interface ResourceListListener
Parameters:
event - The event.

listCompleted

public void listCompleted(ResourceListEvent event)
Deprecated. 
Invoked when the list is completely loaded.

Specified by:
listCompleted in interface ResourceListListener
Parameters:
event - The event.

listInError

public void listInError(ResourceListEvent event)
Deprecated. 
Invoked when the list is not completely loaded due to an error.

Specified by:
listInError in interface ResourceListListener
Parameters:
event - The event.

listOpened

public void listOpened(ResourceListEvent event)
Deprecated. 
Invoked when the list is opened.

Specified by:
listOpened in interface ResourceListListener
Parameters:
event - The event.

resourceAdded

public void resourceAdded(ResourceListEvent event)
Deprecated. 
Invoked when a resource is added to the list.

Specified by:
resourceAdded in interface ResourceListListener
Parameters:
event - The event.