|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventService | |
|---|---|
| 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 EventService in org.bushe.swing.event |
|---|
| Classes in org.bushe.swing.event that implement EventService | |
|---|---|
class |
SwingEventService
An EventService implementation for Swing. |
class |
ThreadSafeEventService
A thread-safe EventService implementation. |
| Methods in org.bushe.swing.event that return EventService | |
|---|---|
EventService |
ContainerEventServiceSupplier.getContainerEventService()
|
EventService |
ContainerEventServiceRegistrar.getContainerEventService()
|
static EventService |
EventServiceLocator.getEventBusService()
|
protected abstract EventService |
EventServiceAction.getEventService(java.awt.event.ActionEvent event)
Override to return the EventService on which to publish. |
protected EventService |
EventBusAction.getEventService(java.awt.event.ActionEvent event)
|
protected EventService |
ContainerEventServiceAction.getEventService(java.awt.event.ActionEvent event)
|
static EventService |
ContainerEventServiceFinder.getEventService(java.awt.Component component)
Walks the component's parents until it find an ContainerEventServiceSupplier and returns the supplier's EventService. |
static EventService |
EventServiceLocator.getEventService(java.lang.String serviceName)
|
static EventService |
EventBus.getGlobalEventService()
The EventBus uses a global static EventService. |
static EventService |
EventServiceLocator.getSwingEventService()
|
| Methods in org.bushe.swing.event with parameters of type EventService | |
|---|---|
static void |
EventServiceLocator.setEventService(java.lang.String serviceName,
EventService es)
Registers a named EventService to the locator. |
| Uses of EventService in org.bushe.swing.event.annotation |
|---|
| Methods in org.bushe.swing.event.annotation that return EventService | |
|---|---|
EventService |
AbstractProxySubscriber.getEventService()
|
| Constructors in org.bushe.swing.event.annotation with parameters of type EventService | |
|---|---|
AbstractProxySubscriber(java.lang.Object proxiedSubscriber,
java.lang.reflect.Method subscriptionMethod,
ReferenceStrength referenceStrength,
EventService es,
boolean veto)
|
|
AbstractProxySubscriber(java.lang.Object proxiedSubscriber,
java.lang.reflect.Method subscriptionMethod,
ReferenceStrength referenceStrength,
int priority,
EventService es,
boolean veto)
|
|
BaseProxySubscriber(java.lang.Object proxiedSubscriber,
java.lang.reflect.Method subscriptionMethod,
ReferenceStrength referenceStrength,
EventService es,
java.lang.Class subscription,
boolean veto)
Creates a proxy. |
|
BaseProxySubscriber(java.lang.Object proxiedSubscriber,
java.lang.reflect.Method subscriptionMethod,
ReferenceStrength referenceStrength,
int priority,
EventService es,
java.lang.Class subscription,
boolean veto)
Creates a proxy with a priority. |
|
ProxyTopicPatternSubscriber(java.lang.Object proxiedSubscriber,
java.lang.reflect.Method subscriptionMethod,
ReferenceStrength referenceStrength,
EventService es,
java.lang.String patternString,
java.util.regex.Pattern pattern,
boolean veto)
Creates a proxy. |
|
ProxyTopicPatternSubscriber(java.lang.Object proxiedSubscriber,
java.lang.reflect.Method subscriptionMethod,
ReferenceStrength referenceStrength,
int priority,
EventService es,
java.lang.String patternString,
java.util.regex.Pattern pattern,
boolean veto)
Creates a proxy. |
|
ProxyTopicSubscriber(java.lang.Object proxiedSubscriber,
java.lang.reflect.Method subscriptionMethod,
ReferenceStrength referenceStrength,
EventService es,
java.lang.String topic,
boolean veto)
Creates a proxy. |
|
ProxyTopicSubscriber(java.lang.Object proxiedSubscriber,
java.lang.reflect.Method subscriptionMethod,
ReferenceStrength referenceStrength,
int priority,
EventService es,
java.lang.String topic,
boolean veto)
Creates a proxy. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||