Package | Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PrioritizedEventSubscriber
This is a convenience interface, particularly for inner classes, that implements
EventSubscriber and Prioritized . |
interface |
PrioritizedEventTopicSubscriber
This is a convenience interface, particularly for inner classes, that implements
EventTopicSubscriber and Prioritized . |
Modifier and Type | Class and Description |
---|---|
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.
|
Copyright © 2013 Bushe Enterprises, Inc.. All Rights Reserved.