|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActionStatusCallback
Defines the operations on the callback object associated with a request for action. The callback may send a status indicating when the requested action started or when and why it aborted.
Method Summary | |
---|---|
void |
onAborted(java.util.Calendar time,
java.lang.Object reason)
This method is invoked when the requested action is aborted. |
void |
onStarted(java.util.Calendar time,
java.lang.Object startedInfo)
This method is invoked when the requested action starts. |
Methods inherited from interface kaos.core.service.ontology.request.InfoStatusCallback |
---|
onAccepted, onCompleted, onRefused, reset |
Method Detail |
---|
void onStarted(java.util.Calendar time, java.lang.Object startedInfo)
time
- Calendar time of starting an action.startedInfo
- Object containing additional (optional) info about the start of the action.void onAborted(java.util.Calendar time, java.lang.Object reason)
time
- Calendar time of aborting an action.reason
- Object containing the reason for aborting an action.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |