Package | Description |
---|---|
com.ibm.as400.resource |
Deprecated Provides classes that represent IBM i resources using a
generic list-based scheme.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ResourceListAdapter.lengthChanged(ResourceListEvent event) |
Deprecated.
Invoked when the length changes.
|
void |
ResourceListListener.lengthChanged(ResourceListEvent event) |
Deprecated.
Invoked when the length changes.
|
void |
ResourceListAdapter.listClosed(ResourceListEvent event) |
Deprecated.
Invoked when the list is closed.
|
void |
ResourceListListener.listClosed(ResourceListEvent event) |
Deprecated.
Invoked when the list is closed.
|
void |
ResourceListAdapter.listCompleted(ResourceListEvent event) |
Deprecated.
Invoked when the list is completely loaded.
|
void |
ResourceListListener.listCompleted(ResourceListEvent event) |
Deprecated.
Invoked when the list is completely loaded.
|
void |
ResourceListAdapter.listInError(ResourceListEvent event) |
Deprecated.
Invoked when the list is not completely loaded due to an error.
|
void |
ResourceListListener.listInError(ResourceListEvent event) |
Deprecated.
Invoked when the list is not completely loaded due to an error.
|
void |
ResourceListAdapter.listOpened(ResourceListEvent event) |
Deprecated.
Invoked when the list is opened.
|
void |
ResourceListListener.listOpened(ResourceListEvent event) |
Deprecated.
Invoked when the list is opened.
|
void |
ResourceListAdapter.resourceAdded(ResourceListEvent event) |
Deprecated.
Invoked when a resource is added to the list.
|
void |
ResourceListListener.resourceAdded(ResourceListEvent event) |
Deprecated.
Invoked when a resource is added to the list.
|
Copyright © 2024. All rights reserved.