|
||||||||||
| 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 | |
|---|---|
boolean |
autoUnsubscribe
Unsubscribe event-queue automatically when component of composer was detached. |
java.lang.String |
eventName
Event name |
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.
public abstract boolean autoUnsubscribe
public abstract java.lang.String eventName
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||