public interface AppletActionInterface
Modifier and Type | Method and Description |
---|---|
boolean |
isEnabled(java.lang.Object actionObject)
Check if action is enabled or not
|
void |
processActionResponse(java.lang.Object responseObject)
Process the response of the action
|
void |
setAppletActionContext(AppletActionContext context)
Sets the action context.a
|
boolean isEnabled(java.lang.Object actionObject)
actionObject
- void processActionResponse(java.lang.Object responseObject)
responseObject
- void setAppletActionContext(AppletActionContext context)
context
-