org.apache.ws.resource
Interface ResourceCreationListener


public interface ResourceCreationListener

This interface is provided for listeners to be able to be notified when a Resource is added to the ResourceHome. Addition to the home is viewed as the resource being created and accessible.

Author:
Sal Campana

Method Summary
 void creationOccurred(ResourceCreationEvent rce)
          Method to receive notifcations when resources are created (added to the home).
 

Method Detail

creationOccurred

public void creationOccurred(ResourceCreationEvent rce)
Method to receive notifcations when resources are created (added to the home).

Parameters:
rce -


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.