Uses of Class
org.scijava.event.bushe.ReferenceStrength
-
Packages that use ReferenceStrength Package Description org.scijava.event.bushe -
-
Uses of ReferenceStrength in org.scijava.event.bushe
Methods in org.scijava.event.bushe that return ReferenceStrength Modifier and Type Method Description ReferenceStrengthAbstractProxySubscriber. getReferenceStrength()static ReferenceStrengthReferenceStrength. 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.scijava.event.bushe with parameters of type ReferenceStrength Constructor Description AbstractProxySubscriber(Object proxiedSubscriber, Method subscriptionMethod, ReferenceStrength referenceStrength, int priority, org.scijava.event.bushe.EventService es, boolean veto)AbstractProxySubscriber(Object proxiedSubscriber, Method subscriptionMethod, ReferenceStrength referenceStrength, org.scijava.event.bushe.EventService es, boolean veto)
-