|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface AnyAction
defines the method of the annotated
Controller which shall be executed when the
controller has no specific action.
Methods annotated with @AnyAction are expected to have any of the
following signatures:
Object methodName()
Object methodName(Bundle)
Object methodName(ServiceRequest)
Object methodName(Bundle, ServiceRequest)
Controller, Command
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||