|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApplicationContextMessageListener | |
---|---|
org.apache.pivot.wtk | Contains classes that define the structure and behavior of WTK user interface components. |
Uses of ApplicationContextMessageListener in org.apache.pivot.wtk |
---|
Methods in org.apache.pivot.wtk with parameters of type ApplicationContextMessageListener | ||
---|---|---|
static
|
ApplicationContext.subscribe(Class<? super T> topic,
ApplicationContextMessageListener<T> messageListener)
Subscribes a listener to a message topic. |
|
static
|
ApplicationContext.unsubscribe(Class<? super T> topic,
ApplicationContextMessageListener<T> messageListener)
Unsubscribes a listener from a message topic. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |