org.infoglue.deliver.applications.databeans
Interface UsageListener
- All Known Implementing Classes:
- ComponentDeliveryContext, DeliveryContext
public interface UsageListener
- Author:
- mattias
This interface are to be followed by each class that wants to be notified by deliver about what content and sitenodes are
used where when they are used.
addUsedContent
void addUsedContent(java.lang.String usedContent)
addUsedSiteNode
void addUsedSiteNode(java.lang.String usedSiteNode)
addUsedContentVersion
void addUsedContentVersion(java.lang.String usedContentVersion)
addUsedSiteNodeVersion
void addUsedSiteNodeVersion(java.lang.String usedSiteNodeVersion)
getAllUsedEntities
java.lang.String[] getAllUsedEntities()
Copyright © 2005 InfoGlue.org All Rights Reserved.