net.sf.nxqd.event
Interface NxqdContainerEventListener

All Superinterfaces:
NxqdEventListener

public interface NxqdContainerEventListener
extends NxqdEventListener

Version:
1.0
Author:
webhiker

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

handleResourceCreated

void handleResourceCreated(String container,
                           String id)
The handleResourceCreated method is called when a container reports a resource has been created.

Parameters:
container - a String the name of the container containing the resource which was created
id - a String value indicating the resource identifier.

handleResourceDeleted

void handleResourceDeleted(String container,
                           String id)
The handleResourceDeleted method is called when a container reports a resource has been deleted.

Parameters:
container - a String the name of the container where the resource was deleted
id - a String value indicating the resource identifier.

handleResourceUpdated

void handleResourceUpdated(String container,
                           String id)
The handleResourceUpdated method is called when a container reports a resource has been updated.

Parameters:
container - a String the name of the container containing the resource which was updated
id - a String value indicating the resource identifier.


Copyright © 2005-2006 nxqd. All Rights Reserved.