@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Subscribe
SelectorComposer.| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
Name of the EventQueue.
|
| Modifier and Type | Optional Element and Description |
|---|---|
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.
|
public abstract java.lang.String scope
EventQueues.DESKTOP,
EventQueues.GROUP, EventQueues.SESSION, and
EventQueues.APPLICATION.
Note: EventQueues.GROUP requires ZK EE.Copyright © 2005-2024 Potix Corporation. All Rights Reserved.