|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExtendableResourceActionHitListener
Listener for extendable resource action hit
Method Summary | |
---|---|
int |
getActionHit(String strActionName,
String strExtendableResourceType)
Get the total number of hit associated to a given action name and resource type |
int |
getResourceActionHit(String strExtendableResourceId,
String strExtendableResourceType,
String strActionName)
Get the number of hit associated with a resource and an action name |
Map<String,Integer> |
getResourceHit(String strExtendableResourceId,
String strExtendableResourceType)
Get the list of action names associated with a number of hit for a given resource |
void |
notifyActionOnResource(String strExtendableResourceId,
String strExtendableResourceType,
String strActionName)
Notify this listener that an action has been performed on a resource |
Method Detail |
---|
int getActionHit(String strActionName, String strExtendableResourceType)
strActionName
- The name of the action to get the number of hit ofstrExtendableResourceType
- The resource type to get the hit of
Map<String,Integer> getResourceHit(String strExtendableResourceId, String strExtendableResourceType)
strExtendableResourceId
- The id of the resourcestrExtendableResourceType
- The type of the resource
int getResourceActionHit(String strExtendableResourceId, String strExtendableResourceType, String strActionName)
strExtendableResourceId
- The id of the resourcestrExtendableResourceType
- The type of the resourcestrActionName
- The name of the action
void notifyActionOnResource(String strExtendableResourceId, String strExtendableResourceType, String strActionName)
strExtendableResourceId
- The id of the resource the action was
performed onstrExtendableResourceType
- The type of the resource the action was
performed onstrActionName
- The name of the action that was performed on the
resource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |