Uses of Class
org.bushe.swing.event.annotation.ReferenceStrength

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

Methods in org.bushe.swing.event that return ReferenceStrength
 ReferenceStrength ProxySubscriber.getReferenceStrength()
           
 

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

Methods in org.bushe.swing.event.annotation that return ReferenceStrength
 ReferenceStrength AbstractProxySubscriber.getReferenceStrength()
           
static ReferenceStrength ReferenceStrength.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ReferenceStrength[] ReferenceStrength.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.bushe.swing.event.annotation with parameters of type ReferenceStrength
AbstractProxySubscriber(Object proxiedSubscriber, Method subscriptionMethod, ReferenceStrength referenceStrength, EventService es, boolean veto)
           
AbstractProxySubscriber(Object proxiedSubscriber, Method subscriptionMethod, ReferenceStrength referenceStrength, int priority, EventService es, boolean veto)
           
BaseProxySubscriber(Object proxiedSubscriber, Method subscriptionMethod, ReferenceStrength referenceStrength, EventService es, Class subscription, boolean veto)
          Creates a proxy.
BaseProxySubscriber(Object proxiedSubscriber, Method subscriptionMethod, ReferenceStrength referenceStrength, int priority, EventService es, Class subscription, boolean veto)
          Creates a proxy with a priority.
ProxyTopicPatternSubscriber(Object proxiedSubscriber, Method subscriptionMethod, ReferenceStrength referenceStrength, EventService es, String patternString, Pattern pattern, boolean veto)
          Creates a proxy.
ProxyTopicPatternSubscriber(Object proxiedSubscriber, Method subscriptionMethod, ReferenceStrength referenceStrength, int priority, EventService es, String patternString, Pattern pattern, boolean veto)
          Creates a proxy.
ProxyTopicSubscriber(Object proxiedSubscriber, Method subscriptionMethod, ReferenceStrength referenceStrength, EventService es, String topic, boolean veto)
          Creates a proxy.
ProxyTopicSubscriber(Object proxiedSubscriber, Method subscriptionMethod, ReferenceStrength referenceStrength, int priority, EventService es, String topic, boolean veto)
          Creates a proxy.
 



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