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 | Method and Description |
---|---|
protected void |
ThreadSafeEventService.removeProxySubscriber(ProxySubscriber proxy,
Iterator iter) |
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.