|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ResourceListListener extends EventListener
The ResourceListListener represents a listener for ResourceListEvents.
| 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 |
|---|
void lengthChanged(ResourceListEvent event)
event - The event.void listClosed(ResourceListEvent event)
event - The event.void listCompleted(ResourceListEvent event)
event - The event.void listInError(ResourceListEvent event)
event - The event.void listOpened(ResourceListEvent event)
event - The event.void resourceAdded(ResourceListEvent event)
event - The event.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||