com.sap.workspaces.content

Interface IContentProviderEvents

All Superinterfaces:
IWorkspacesService

public interface IContentProviderEvents
extends IWorkspacesService

Enables content items to raise events when their content or internal resources change at runtime


Method Summary
 void contentDeleted(String contentID, String providerID)
          Raises an event when content is deleted
 void contentUpdated(String contentID, String providerID)
          Raises an event when content is updated
 

Method Detail

contentUpdated

void contentUpdated(String contentID,
                    String providerID)
Raises an event when content is updated

Parameters:
contentID - the content item ID
providerID - the content provider ID

contentDeleted

void contentDeleted(String contentID,
                    String providerID)
Raises an event when content is deleted

Parameters:
contentID - the content item ID
providerID - the content provider ID


Copyright 2011 SAP AG Complete Copyright Notice