com.sapportals.wcm.repository.manager
Interface IResourceEvent


public interface IResourceEvent

IResourceEvent are objects, which contain a reference about a resource and some additional information, what happened with that resource (e.g. 'was created').


Method Summary
 IResource getResource()
          Get a reference to the IResource , that caused the event.
 

Method Detail

getResource

public IResource getResource()
Get a reference to the IResource , that caused the event.
Returns:
IResource Resource, that caused the event.