All Classes and Interfaces

Class
Description
AbstractConnectionRequestEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC>
Abstract implementation of the base GenericConnectionRequestEvent.
AbstractConnectionStatusEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC>
Abstract implementation of the base GenericConnectionStatusEvent.
AbstractLifecycleRequestEvent<META extends org.refcodes.mixin.EventMetaData,SRC>
Abstract implementation of the base GenericLifecycleRequestEvent.
AbstractLifecycleStatusEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC>
Abstract implementation of the base GenericLifecycleStatusEvent.
AbstractNetworkRequestEvent<CON,A,META extends org.refcodes.mixin.EventMetaData,SRC>
Abstract implementation of the base GenericNetworkRequestEvent.
AbstractNetworkStatusEvent<CON,A,META extends org.refcodes.mixin.EventMetaData,SRC>
Abstract implementation of the base GenericNetworkStatusEvent.
Implementation of the ConnectionStatusEvent for ConnectionStatus.CLOSED.
Implementation of the ConnectionRequestEvent for ConnectionRequest.CLOSE.
An observer for listening to ConnectionStatusEvent instances.
An observer for listening to ConnectionRequestEvent instances.
Provides an accessor for a ConnectionRequest property.
Provides a mutator for a ConnectionRequest property.
Provides a ConnectionRequest property.
The ConnectionRequestEvent represents a ConnectionRequest and might be vetoed by (depending on the firing observable) throwing a VetoException or VetoException.VetoRuntimeException by the according Observer.
The ConnectionStatusEvent indicates the ConnectionStatus for a component.
Implementation of the LifecycleStatusEvent for LifecycleStatus.DESTROYED.
Implementation of the LifecycleRequestEvent for LifecycleRequest.DESTROY.
GenericClosedEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC>
The GenericClosedEvent signals a ConnectionStatus.CLOSED event.
GenericCloseEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC>
The GenericCloseEvent signals a ConnectionRequest.CLOSE event.
GenericConnectionRequestEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC>
The GenericConnectionRequestEvent represents a ConnectionRequest and might be vetoed by (depending on the firing observable) throwing a VetoException or VetoException.VetoRuntimeException by the according Observer.
GenericConnectionStatusEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC>
The GenericConnectionStatusEvent indicates the ConnectionStatus for a connection.
GenericDestroyedEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC>
The GenericDestroyedEvent signals a LifecycleStatus.DESTROYED event.
GenericDestroyEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC>
The GenericDestroyEvent signals a LifecycleRequest.DESTROY event.
GenericInitializedEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC>
The GenericInitializedEvent signals a LifecycleStatus.INITIALIZED event.
GenericInitializeEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC>
The GenericInitializeEvent signals a LifecycleRequest.INITIALIZE event.
GenericLifecycleRequestEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC>
The GenericLifecycleRequestEvent represents a LifecycleRequest and might be vetoed by (depending on the firing observable) throwing a VetoException or VetoException.VetoRuntimeException by the according Observer.
GenericLifecycleStatusEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC>
The GenericLifecycleStatusEvent indicates the LifecycleStatus for a component.
GenericNetworkRequestEvent<CON,A,META extends org.refcodes.mixin.EventMetaData,SRC>
The GenericNetworkRequestEvent represents a ConnectionRequest for a connection and might be vetoed by (depending on the firing observable) throwing a VetoException or VetoException.VetoRuntimeException by the according Observer.
GenericNetworkStatusEvent<CON,A,META extends org.refcodes.mixin.EventMetaData,SRC>
The GenericNetworkStatusEvent indicates the ConnectionStatus for a component's connection.
GenericOpenedEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC>
The GenericOpenedEvent signals a ConnectionStatus.OPENED event.
GenericOpenEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC>
The GenericOpenEvent signals a ConnectionRequest.OPEN event.
GenericPausedEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC>
The GenericPausedEvent signals a LifecycleStatus.PAUSED event.
GenericPauseEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC>
The GenericPauseEvent signals a LifecycleRequest.PAUSE event.
GenericResumedEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC>
The GenericResumedEvent signals a LifecycleStatus.STARTED event.
GenericResumeEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC>
The GenericResumeEvent signals a LifecycleRequest.RESUME event.
GenericStartedEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC>
The GenericStartedEvent signals a LifecycleStatus.STARTED event.
GenericStartEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC>
The GenericStartEvent signals a LifecycleRequest.START event.
GenericStopEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC>
The GenericStopEvent signals a LifecycleRequest.STOP event.
GenericStoppedEvent<A,META extends org.refcodes.mixin.EventMetaData,SRC>
The GenericStoppedEvent signals a LifecycleStatus.STOPPED event.
Implementation of the LifecycleStatusEvent for LifecycleStatus.INITIALIZED.
Implementation of the LifecycleRequestEvent for LifecycleRequest.INITIALIZE.
The LifecycleRequestEvent represents a LifecycleRequest and might be vetoed by (depending on the firing observable) throwing a VetoException or VetoException.VetoRuntimeException by the according Observer.
An observer for listening to LifecycleRequestEvent instances.
TThe LifecycleStatusEvent indicates the LifecycleStatus for a component.
An observer for listening to LifecycleStatusEvent instances.
The NetworkRequestEvent represents a ConnectionRequest for a connection and might be vetoed by (depending on the firing observable) throwing a VetoException or VetoException.VetoRuntimeException by the according Observer.
The NetworkStatusEvent indicates the ConnectionStatus for a component's connection.
Provides an accessor for an ObservableLifecycleStatusAutomaton property.
Provides a mutator for an ObservableLifecycleStatusAutomaton property.
The ObservableLifecycleRequestAutomaton extends the ObservableLifecycleStatusAutomaton with request GenericActionEvent functionality which can be vetoed.
Abstract implementation of the ObservableLifecycleStatusAutomaton interface with the according hook methods for you to create your domain driven ObservableLifecycleStatusAutomaton.
A system implementing this interface supports a component life-cycle.
Abstract implementation of the ObservableLifecycleStatusAutomaton interface with the according hook methods for you to create your domain driven ObservableLifecycleStatusAutomaton.
Implementation of the ConnectionStatusEvent for ConnectionStatus.OPENED.
Implementation of the ConnectionRequestEvent for ConnectionRequest.OPEN.
Implementation of the LifecycleStatusEvent for LifecycleStatus.PAUSED.
Implementation of the LifecycleRequestEvent for LifecycleRequest.PAUSE.
Implementation of the LifecycleStatusEvent for LifecycleStatus.STARTED.
Implementation of the LifecycleRequestEvent for LifecycleRequest.RESUME.
Implementation of the LifecycleStatusEvent for LifecycleStatus.STARTED.
Implementation of the LifecycleRequestEvent for LifecycleRequest.START.
Implementation of the LifecycleRequestEvent for LifecycleRequest.STOP.
Implementation of the LifecycleStatusEvent for LifecycleStatus.STOPPED.