|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.as400.resource.ResourceListAdapter
public class ResourceListAdapter extends Object implements ResourceListListener
The ResourceListAdapter class is a default implementation of the
ResourceListListener
interface.
| Constructor and Description |
|---|
ResourceListAdapter()
Deprecated. |
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceListAdapter()
| Method Detail |
|---|
public void lengthChanged(ResourceListEvent event)
lengthChanged in interface ResourceListListenerevent - The event.public void listClosed(ResourceListEvent event)
listClosed in interface ResourceListListenerevent - The event.public void listCompleted(ResourceListEvent event)
listCompleted in interface ResourceListListenerevent - The event.public void listInError(ResourceListEvent event)
listInError in interface ResourceListListenerevent - The event.public void listOpened(ResourceListEvent event)
listOpened in interface ResourceListListenerevent - The event.public void resourceAdded(ResourceListEvent event)
resourceAdded in interface ResourceListListenerevent - The event.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||