public interface ResourceListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
attributeChangesCanceled(ResourceEvent event)
Deprecated.
Invoked when attribute changes are canceled.
|
void |
attributeChangesCommitted(ResourceEvent event)
Deprecated.
Invoked when attribute changes are committed.
|
void |
attributeValueChanged(ResourceEvent event)
Deprecated.
Invoked when an attribute value is changed.
|
void |
attributeValuesRefreshed(ResourceEvent event)
Deprecated.
Invoked when attributes values are refreshed.
|
void |
resourceCreated(ResourceEvent event)
Deprecated.
Invoked when an resource is created.
|
void |
resourceDeleted(ResourceEvent event)
Deprecated.
Invoked when an resource is deleted.
|
void attributeChangesCanceled(ResourceEvent event)
event
- The event.void attributeChangesCommitted(ResourceEvent event)
event
- The event.void attributeValuesRefreshed(ResourceEvent event)
event
- The event.void attributeValueChanged(ResourceEvent event)
event
- The event.void resourceCreated(ResourceEvent event)
event
- The event.void resourceDeleted(ResourceEvent event)
event
- The event.