|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Subscribe
Annotation for subscribing an EventQueue with the annotated method.
SelectorComposer
.
Required Element Summary | |
---|---|
java.lang.String |
value
Name of the EventQueue. |
Optional Element Summary | |
---|---|
java.lang.String |
scope
Scope of the EventQueue. |
Element Detail |
---|
public abstract java.lang.String value
public abstract java.lang.String scope
EventQueues.DESKTOP
,
EventQueues.GROUP
, EventQueues.SESSION
, and
EventQueues.APPLICATION
.
Note: EventQueues.GROUP
requires ZK EE.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |