|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface ControlMethod
The ControlMethod annotation marks a method as being
publically callable via one of the Controllers (which
will call the org.qtunes.control.ControlMethodInvoker
to do it's work.
Required Element Summary | |
---|---|
java.lang.String |
help
A description of the method |
java.lang.String[] |
params
A list of parameter names in the order the method takes them |
Optional Element Summary | |
---|---|
java.lang.String |
auth
The authorization required to run this method. |
Element Detail |
---|
public abstract java.lang.String[] params
public abstract java.lang.String help
public abstract java.lang.String auth
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |