org.apache.ws.resource
Interface ResourceDestructionListener


public interface ResourceDestructionListener

This interface is provided for listeners to be able to be notified when a Resource is removed from the ResourceHome. Removal from the home is viewed as the resource being destroyed and unaccessible.

Author:
Sal Campana

Method Summary
 void destructionOccurred(ResourceDestructionEvent rde)
          Method to receive notifcations when resources are deleted (removed from home).
 

Method Detail

destructionOccurred

public void destructionOccurred(ResourceDestructionEvent rde)
Method to receive notifcations when resources are deleted (removed from home).

Parameters:
rde -


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