com.ibm.as400.resource
Interface ResourceListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ResourceAdapter

Deprecated. Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.

public interface ResourceListener
extends EventListener

The ResourceListener represents a listener for ResourceEvents.


Method Summary
 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.
 

Method Detail

attributeChangesCanceled

public void attributeChangesCanceled(ResourceEvent event)
Deprecated. 
Invoked when attribute changes are canceled.

Parameters:
event - The event.

attributeChangesCommitted

public void attributeChangesCommitted(ResourceEvent event)
Deprecated. 
Invoked when attribute changes are committed.

Parameters:
event - The event.

attributeValuesRefreshed

public void attributeValuesRefreshed(ResourceEvent event)
Deprecated. 
Invoked when attributes values are refreshed.

Parameters:
event - The event.

attributeValueChanged

public void attributeValueChanged(ResourceEvent event)
Deprecated. 
Invoked when an attribute value is changed.

Parameters:
event - The event.

resourceCreated

public void resourceCreated(ResourceEvent event)
Deprecated. 
Invoked when an resource is created.

Parameters:
event - The event.

resourceDeleted

public void resourceDeleted(ResourceEvent event)
Deprecated. 
Invoked when an resource is deleted.

Parameters:
event - The event.