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

Packages that use ProxySubscriber
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 ProxySubscriber in org.bushe.swing.event
 

Methods in org.bushe.swing.event with parameters of type ProxySubscriber
protected  void ThreadSafeEventService.removeProxySubscriber(ProxySubscriber proxy, Iterator iter)
           
 

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

Classes in org.bushe.swing.event.annotation that implement ProxySubscriber
 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.