|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VetoTopicEventListener | |
|---|---|
| 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 VetoTopicEventListener in org.bushe.swing.event |
|---|
| Methods in org.bushe.swing.event with parameters of type VetoTopicEventListener | |
|---|---|
protected void |
ThreadSafeEventService.handleVeto(VetoEventListener vl,
java.lang.Object event,
VetoTopicEventListener vtl,
java.lang.String topic,
java.lang.Object eventObj)
Handle vetos of an event or topic, by default logs finely. |
boolean |
ThreadSafeEventService.subscribeVetoListener(java.util.regex.Pattern topicPattern,
VetoTopicEventListener vetoListener)
|
boolean |
EventService.subscribeVetoListener(java.util.regex.Pattern topicPattern,
VetoTopicEventListener vetoListener)
Subscribes an VetoTopicEventListener to all the topic names that match the RegEx Pattern. |
static boolean |
EventBus.subscribeVetoListener(java.util.regex.Pattern topicPattern,
VetoTopicEventListener vetoListener)
|
boolean |
ThreadSafeEventService.subscribeVetoListener(java.lang.String topic,
VetoTopicEventListener vetoListener)
|
boolean |
EventService.subscribeVetoListener(java.lang.String topic,
VetoTopicEventListener vetoListener)
Subscribes a VetoTopicEventListener to a topic name. |
static boolean |
EventBus.subscribeVetoListener(java.lang.String topic,
VetoTopicEventListener vetoListener)
|
boolean |
ThreadSafeEventService.subscribeVetoListenerStrongly(java.util.regex.Pattern topicPattern,
VetoTopicEventListener vetoListener)
|
boolean |
EventService.subscribeVetoListenerStrongly(java.util.regex.Pattern topicPattern,
VetoTopicEventListener vetoListener)
Subscribes a VetoTopicEventListener to a set of topics that match a RegEx expression. |
static boolean |
EventBus.subscribeVetoListenerStrongly(java.util.regex.Pattern topicPattern,
VetoTopicEventListener vetoListener)
|
boolean |
ThreadSafeEventService.subscribeVetoListenerStrongly(java.lang.String topic,
VetoTopicEventListener vetoListener)
|
boolean |
EventService.subscribeVetoListenerStrongly(java.lang.String topic,
VetoTopicEventListener vetoListener)
Subscribes a VetoEventListener to a topic name. |
static boolean |
EventBus.subscribeVetoListenerStrongly(java.lang.String topic,
VetoTopicEventListener vetoListener)
|
boolean |
ThreadSafeEventService.unsubscribeVetoListener(java.util.regex.Pattern topicPattern,
VetoTopicEventListener vetoListener)
|
boolean |
EventService.unsubscribeVetoListener(java.util.regex.Pattern topicPattern,
VetoTopicEventListener vetoListener)
Stop the subscription for a VetoTopicEventListener that is subscribed to an event topic RegEx pattern. |
static boolean |
EventBus.unsubscribeVetoListener(java.util.regex.Pattern topicPattern,
VetoTopicEventListener vetoListener)
|
boolean |
ThreadSafeEventService.unsubscribeVetoListener(java.lang.String topic,
VetoTopicEventListener vetoListener)
|
boolean |
EventService.unsubscribeVetoListener(java.lang.String topic,
VetoTopicEventListener vetoListener)
Stop the subscription for a VetoTopicEventListener that is subscribed to an event topic name. |
static boolean |
EventBus.unsubscribeVetoListener(java.lang.String topic,
VetoTopicEventListener vetoListener)
|
| Uses of VetoTopicEventListener in org.bushe.swing.event.annotation |
|---|
| Classes in org.bushe.swing.event.annotation that implement VetoTopicEventListener | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||