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

Packages that use ProxySubscriber
org.bushe.swing.event The EventBus provides publish/subscribe event services for a single JVM. 
org.bushe.swing.event.annotation   
 

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, java.util.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.