Interface | Description |
---|---|
EventBus<E extends org.refcodes.observer.Event<?>,O extends org.refcodes.observer.Observer<E>,EM extends org.refcodes.observer.EventMatcher<E>,H> |
The
EventBus is the (virtual) machine wide manager for ActionEvent
handling. |
EventBusMatcher |
A convenience definition of an
EventMatcher for the ready to use out
of the box EventBusImpl implementation of the generic
EventBus definition. |
EventBusObservable<E extends org.refcodes.observer.Event<?>,O extends org.refcodes.observer.Observer<E>,EM extends org.refcodes.observer.EventMatcher<E>,H> | |
EventBusObserver |
A convenience definition of an
Observer for the ready to use out of
the box EventBusImpl implementation of the generic EventBus
definition. |
EventBusPublisher<E extends org.refcodes.observer.Event<?>> |
Class | Description |
---|---|
EventBusMatcherSugar |
Declarative syntactic sugar which may be statically imported in order to
allow declarative definitions for the
EventBusMatcher elements. |
Copyright © 2016. All rights reserved.