JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
edu.tufts.hrilab.action.annotations
Annotation Interface OnInterrupt
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
public @interface
OnInterrupt
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
onCancelServiceCall
String
onResumeServiceCall
String
onSuspendServiceCall
Element Details
onCancelServiceCall
String
onCancelServiceCall
Default:
""
onSuspendServiceCall
String
onSuspendServiceCall
Default:
""
onResumeServiceCall
String
onResumeServiceCall
Default:
""