Uses of Interface
org.bushe.swing.event.Prioritized

Packages that use Prioritized
org.bushe.swing.event The main package, provides publish/subscribe services for Swing and non-Swing applications. 
org.bushe.swing.event.annotation EventBus annotations to make it much simpler to publish and subscribe to events. 
 

Uses of Prioritized in org.bushe.swing.event
 

Subinterfaces of Prioritized in org.bushe.swing.event
 interface PrioritizedEventSubscriber
          This is a convenience interface, particularly for inner classes, that implements EventSubscriber and Prioritized.
 interface PrioritizedEventTopicSubscriber
          This is a convenience interface, particularly for inner classes, that implements EventTopicSubscriber and Prioritized.
 

Uses of Prioritized in org.bushe.swing.event.annotation
 

Classes in org.bushe.swing.event.annotation that implement Prioritized
 class AbstractProxySubscriber
          Common base class for EventService Proxies.
 class BaseProxySubscriber
          A class is subscribed to an EventService on behalf of another object.
 class ProxyTopicPatternSubscriber
          A Proxy Subscriber for Annotations that use topic patterns
 class ProxyTopicSubscriber
          A class that subscribes to an EventService on behalf of another object.
 



Copyright © 2011 Bushe Enterprises, Inc.. All Rights Reserved.