| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NxqdContainerEventListener
| Method Summary | |
|---|---|
 void | 
handleResourceCreated(String container,
                      String id)
The handleResourceCreated method is called when a container
 reports a resource has been created. | 
 void | 
handleResourceDeleted(String container,
                      String id)
The handleResourceDeleted method is called when a container
 reports a resource has been deleted. | 
 void | 
handleResourceUpdated(String container,
                      String id)
The handleResourceUpdated method is called when a container
 reports a resource has been updated. | 
| Methods inherited from interface net.sf.nxqd.event.NxqdEventListener | 
|---|
handleEvent | 
| Method Detail | 
|---|
void handleResourceCreated(String container,
                           String id)
handleResourceCreated method is called when a container
 reports a resource has been created.
container - a String the name of the container containing the
 resource which was createdid - a String value indicating the resource identifier.
void handleResourceDeleted(String container,
                           String id)
handleResourceDeleted method is called when a container
 reports a resource has been deleted.
container - a String the name of the container where the
 resource was deletedid - a String value indicating the resource identifier.
void handleResourceUpdated(String container,
                           String id)
handleResourceUpdated method is called when a container
 reports a resource has been updated.
container - a String the name of the container containing the
 resource which was updatedid - a String value indicating the resource identifier.
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||