public interface ResourceActionNotifier
| Modifier and Type | Method and Description | 
|---|---|
void | 
addNotifyTrigger(ResourceNotifyTrigger trigger)
Add a  ResourceNotifyTrigger to server, user can add more than one ResourceNotifyTrigger. 
 | 
void | 
setActionSource(APIConst.SERVER_ACTION_SOURCE source)
Set the action source which invoke the action. 
 | 
void | 
setHttpSession(javax.servlet.http.HttpSession session)
Set the Http session which invoke the action. 
 | 
void setActionSource(APIConst.SERVER_ACTION_SOURCE source)
action - sourceAPIConst.SERVER_ACTION_SOURCEvoid setHttpSession(javax.servlet.http.HttpSession session)
HttpSession - objectvoid addNotifyTrigger(ResourceNotifyTrigger trigger)
ResourceNotifyTrigger - object