org.apache.ws.resource
Interface ResourceEvent

All Known Implementing Classes:
ResourceCreationEvent, ResourceDestructionEvent

public interface ResourceEvent

An interface defining a base event for resource destruction and creation.

Author:
Sal Campana

Method Summary
 Resource getResource()
          Returns the Resource for which the event has occurred.
 

Method Detail

getResource

public Resource getResource()
Returns the Resource for which the event has occurred.

Returns:
EndpointReference


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