com.ibm.as400.resource
Class ResourceListAdapter
- java.lang.Object
-
- com.ibm.as400.resource.ResourceListAdapter
-
- All Implemented Interfaces:
- ResourceListListener, java.util.EventListener
Deprecated.Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
public class ResourceListAdapter extends java.lang.Object implements ResourceListListener
The ResourceListAdapter class is a default implementation of theResourceListListener
interface.
-
-
Constructor Summary
Constructors Constructor and Description ResourceListAdapter()
Deprecated.
-
Method Summary
Methods 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
public void lengthChanged(ResourceListEvent event)
Deprecated.Invoked when the length changes.- Specified by:
lengthChanged
in interfaceResourceListListener
- Parameters:
event
- The event.
-
listClosed
public void listClosed(ResourceListEvent event)
Deprecated.Invoked when the list is closed.- Specified by:
listClosed
in interfaceResourceListListener
- Parameters:
event
- The event.
-
listCompleted
public void listCompleted(ResourceListEvent event)
Deprecated.Invoked when the list is completely loaded.- Specified by:
listCompleted
in interfaceResourceListListener
- 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 interfaceResourceListListener
- Parameters:
event
- The event.
-
listOpened
public void listOpened(ResourceListEvent event)
Deprecated.Invoked when the list is opened.- Specified by:
listOpened
in interfaceResourceListListener
- Parameters:
event
- The event.
-
resourceAdded
public void resourceAdded(ResourceListEvent event)
Deprecated.Invoked when a resource is added to the list.- Specified by:
resourceAdded
in interfaceResourceListListener
- Parameters:
event
- The event.
-
-