| Class | Description |
|---|---|
| AbstractConnectionRequestEvent |
Abstract implementation of the base
GenericConnectionRequestEvent. |
| AbstractConnectionStatusEvent |
Abstract implementation of the base
GenericConnectionStatusEvent. |
| ClosedEvent |
Implementation of the
ConnectionStatusEvent for
ConnectionStatus.CLOSED. |
| CloseEvent |
Implementation of the
ConnectionRequestEvent for
ConnectionRequest.CLOSE. |
| ConnectionObserver |
An observer for listening to
ConnectionStatusEvent instances. |
| ConnectionRequestAccessor |
Provides an accessor for a
ConnectionRequest property. |
| ConnectionRequestAccessor.ConnectionRequestMutator |
Provides a mutator for a
ConnectionRequest property. |
| ConnectionRequestEvent |
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. |
| ConnectionStatusEvent |
The
ConnectionStatusEvent indicates the ConnectionStatus for
a component. |
| GenericClosedEvent |
The
GenericClosedEvent signals a ConnectionStatus.CLOSED
event. |
| GenericCloseEvent |
The
GenericCloseEvent signals a ConnectionRequest.CLOSE
event. |
| GenericConnectionRequestEvent |
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 |
The
GenericConnectionStatusEvent indicates the
ConnectionStatus for a connection. |
| GenericDestroyedEvent |
The
GenericDestroyedEvent signals a LifeCycleStatus.DESTROYED
event. |
| GenericDestroyEvent |
The
GenericDestroyEvent signals a LifeCycleRequest.DESTROY
event. |
| GenericInitializedEvent |
The
GenericInitializedEvent signals a
LifeCycleStatus.INITIALIZED event. |
| GenericInitializeEvent |
The
GenericInitializeEvent signals a
LifeCycleRequest.INITIALIZE event. |
| GenericLifeCycleRequestEvent |
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. |
| GenericLifeCycleRequestObserver |
The
GenericLifeCycleRequestObserver is signaled upon
GenericLifeCycleRequestEvent events. |
| GenericLifeCycleStatusEvent |
The
GenericLifeCycleStatusEvent indicates the LifeCycleStatus
for a component. |
| GenericLifeCycleStatusObserver |
The
GenericLifeCycleStatusObserver is signaled upon
GenericLifeCycleStatusEvent events. |
| GenericNetworkRequestEvent |
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 |
The
GenericNetworkStatusEvent indicates the ConnectionStatus
for a component's connection. |
| GenericOpenedEvent |
The
GenericOpenedEvent signals a ConnectionStatus.OPENED
event. |
| GenericOpenEvent |
The
GenericOpenEvent signals a ConnectionRequest.OPEN event. |
| GenericPausedEvent |
The
GenericPausedEvent signals a LifeCycleStatus.PAUSED
event. |
| GenericPauseEvent |
The
GenericPauseEvent signals a LifeCycleRequest.PAUSE event. |
| GenericResumedEvent |
The
GenericResumedEvent signals a LifeCycleStatus.STARTED
event. |
| GenericResumeEvent |
The
GenericResumeEvent signals a LifeCycleRequest.RESUME
event. |
| GenericStartedEvent |
The
GenericStartedEvent signals a LifeCycleStatus.STARTED
event. |
| GenericStartEvent |
The
GenericStartEvent signals a LifeCycleRequest.START event. |
| GenericStopEvent |
The
GenericStopEvent signals a LifeCycleRequest.STOP event. |
| GenericStoppedEvent |
The
GenericStoppedEvent signals a LifeCycleStatus.STOPPED
event. |
| LifeCycleRequestEvent |
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. |
| LifeCycleRequestObserver |
An observer for listening to
LifeCycleRequestEvent instances. |
| LifeCycleStatusEvent |
TThe
LifeCycleStatusEvent indicates the LifeCycleStatus for a
component. |
| LifeCycleStatusObserver |
An observer for listening to
LifeCycleStatusEvent instances. |
| ObservableLifeCycleAutomatonAccessor |
Provides an accessor for an
ObservableLifeCycleStatusAutomaton
property. |
| ObservableLifeCycleAutomatonAccessor.ObservableLifeCycleAutomatonMutator |
Provides a mutator for an
ObservableLifeCycleStatusAutomaton
property. |
| ObservableLifeCycleRequestAutomaton |
The
ObservableLifeCycleRequestAutomaton extends the
ObservableLifeCycleStatusAutomaton with request
GenericActionEvent functionality which can be vetoed. |
| ObservableLifeCycleStatusAutomaton |
A system implementing this interface supports a component life-cycle.
|
| OpenedEvent |
Implementation of the
ConnectionStatusEvent for
ConnectionStatus.OPENED. |
| OpenEvent |
Implementation of the
ConnectionRequestEvent for
ConnectionRequest.OPEN. |
Copyright © 2018. All rights reserved.