Uses of Interface
org.apache.pivot.wtk.ApplicationContextMessageListener

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
<T> void
ApplicationContext.subscribe(Class<? super T> topic, ApplicationContextMessageListener<T> messageListener)
          Subscribes a listener to a message topic.
static
<T> void
ApplicationContext.unsubscribe(Class<? super T> topic, ApplicationContextMessageListener<T> messageListener)
          Unsubscribes a listener from a message topic.