public interface ResourceListListener
extends java.util.EventListener
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.
|
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.