public class CrewAppletAction extends java.lang.Object implements AppletActionInterface
| Constructor and Description |
|---|
CrewAppletAction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEnabled(java.lang.Object actionObject)
Check if action is enabled for this object or not.
|
void |
processActionResponse(java.lang.Object responseObject)
Process any necessary action after getting the response from server.
|
void |
setAppletActionContext(AppletActionContext context)
Sets Context of the action.The context can be accessed in action class to do necessary logic
|
public boolean isEnabled(java.lang.Object actionObject)
isEnabled in interface AppletActionInterface- - object used to find out if action is enabled or not.public void processActionResponse(java.lang.Object responseObject)
processActionResponse in interface AppletActionInterface- - action response object, in this case PMReforecastResultpublic void setAppletActionContext(AppletActionContext context)
setAppletActionContext in interface AppletActionInterface- - context object