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

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

Methods in org.bushe.swing.event that return VetoEventListener
 VetoEventListener SubscriberTimingEvent.getVetoEventListener()
           
 

Methods in org.bushe.swing.event with parameters of type VetoEventListener
protected  void ThreadSafeEventService.handleVeto(VetoEventListener vl, Object event, VetoTopicEventListener vtl, String topic, Object eventObj)
          Handle vetos of an event or topic, by default logs finely.
protected  void ThreadSafeEventService.subscribeVetoException(Object event, String topic, Object eventObj, Throwable e, StackTraceElement[] callingStack, VetoEventListener vetoer)
          Called during veto exceptions, calls handleException
 boolean ThreadSafeEventService.subscribeVetoListener(Class eventClass, VetoEventListener vetoListener)
           
static boolean EventBus.subscribeVetoListener(Class eventClass, VetoEventListener vetoListener)
           
 boolean EventService.subscribeVetoListener(Class eventClass, VetoEventListener vetoListener)
          Subscribes a VetoEventListener to publication of event matching a class.
 boolean ThreadSafeEventService.subscribeVetoListenerExactly(Class eventClass, VetoEventListener vetoListener)
           
static boolean EventBus.subscribeVetoListenerExactly(Class eventClass, VetoEventListener vetoListener)
           
 boolean EventService.subscribeVetoListenerExactly(Class eventClass, VetoEventListener vetoListener)
          Subscribes a VetoEventListener to publication of an exact event class.
 boolean ThreadSafeEventService.subscribeVetoListenerExactlyStrongly(Class eventClass, VetoEventListener vetoListener)
           
static boolean EventBus.subscribeVetoListenerExactlyStrongly(Class eventClass, VetoEventListener vetoListener)
           
 boolean EventService.subscribeVetoListenerExactlyStrongly(Class eventClass, VetoEventListener vetoListener)
          Subscribes a VetoEventListener for an event class (but not its subclasses).
 boolean ThreadSafeEventService.subscribeVetoListenerStrongly(Class eventClass, VetoEventListener vetoListener)
           
static boolean EventBus.subscribeVetoListenerStrongly(Class eventClass, VetoEventListener vetoListener)
           
 boolean EventService.subscribeVetoListenerStrongly(Class eventClass, VetoEventListener vetoListener)
          Subscribes a VetoEventListener for an event class and its subclasses.
 boolean ThreadSafeEventService.unsubscribeVetoListener(Class eventClass, VetoEventListener vetoListener)
           
static boolean EventBus.unsubscribeVetoListener(Class eventClass, VetoEventListener vetoListener)
           
 boolean EventService.unsubscribeVetoListener(Class eventClass, VetoEventListener vetoListener)
          Stop the subscription for a vetoListener that is subscribed to an event class and its subclasses.
 boolean ThreadSafeEventService.unsubscribeVetoListenerExactly(Class eventClass, VetoEventListener vetoListener)
           
static boolean EventBus.unsubscribeVetoListenerExactly(Class eventClass, VetoEventListener vetoListener)
           
 boolean EventService.unsubscribeVetoListenerExactly(Class eventClass, VetoEventListener vetoListener)
          Stop the subscription for a vetoListener that is subscribed to an event class (but not its subclasses).
 

Constructors in org.bushe.swing.event with parameters of type VetoEventListener
SubscriberTimingEvent(Object source, Long start, Long end, Long timeLimitMilliseconds, Object event, EventSubscriber subscriber, VetoEventListener vetoEventListener)
          Create a timing event
 

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

Classes in org.bushe.swing.event.annotation that implement VetoEventListener
 class BaseProxySubscriber
          A class is subscribed to an EventService on behalf of another object.
 



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