Index

A C D G H I L O P R S U 
All Classes and Interfaces|All Packages

A

AbstractConnectionRequestEvent<SRC> - Class in org.refcodes.component.ext.observer
Abstract implementation of the base ConnectionRequestEvent.
AbstractConnectionRequestEvent(ConnectionRequest, EventMetaData, SRC) - Constructor for class org.refcodes.component.ext.observer.AbstractConnectionRequestEvent
Instantiates a new abstract connection request event.
AbstractConnectionRequestEvent(ConnectionRequest, SRC) - Constructor for class org.refcodes.component.ext.observer.AbstractConnectionRequestEvent
Instantiates a new abstract connection request event.
AbstractConnectionStatusEvent<SRC> - Class in org.refcodes.component.ext.observer
Abstract implementation of the base ConnectionStatusEvent.
AbstractConnectionStatusEvent(ConnectionStatus, EventMetaData, SRC) - Constructor for class org.refcodes.component.ext.observer.AbstractConnectionStatusEvent
Instantiates a new abstract connection status event.
AbstractConnectionStatusEvent(ConnectionStatus, SRC) - Constructor for class org.refcodes.component.ext.observer.AbstractConnectionStatusEvent
Instantiates a new abstract connection status event.
AbstractLifecycleRequestEvent<SRC> - Class in org.refcodes.component.ext.observer
Abstract implementation of the base LifecycleRequestEvent.
AbstractLifecycleRequestEvent(LifecycleRequest, EventMetaData, SRC) - Constructor for class org.refcodes.component.ext.observer.AbstractLifecycleRequestEvent
Instantiates a new AbstractLifecycleRequestEvent event.
AbstractLifecycleRequestEvent(LifecycleRequest, SRC) - Constructor for class org.refcodes.component.ext.observer.AbstractLifecycleRequestEvent
Instantiates a new AbstractLifecycleRequestEvent event.
AbstractLifecycleRequestEvent(EventMetaData, SRC) - Constructor for class org.refcodes.component.ext.observer.AbstractLifecycleRequestEvent
Instantiates a new AbstractLifecycleRequestEvent event.
AbstractLifecycleRequestEvent(SRC) - Constructor for class org.refcodes.component.ext.observer.AbstractLifecycleRequestEvent
Instantiates a new AbstractLifecycleRequestEvent event.
AbstractLifecycleStatusEvent<SRC> - Class in org.refcodes.component.ext.observer
The AbstractLifecycleStatusEvent event is the base implementation for the LifecycleStatusEvent.
AbstractLifecycleStatusEvent(LifecycleStatus, EventMetaData, SRC) - Constructor for class org.refcodes.component.ext.observer.AbstractLifecycleStatusEvent
Instantiates a new AbstractLifecycleStatusEvent event.
AbstractLifecycleStatusEvent(LifecycleStatus, SRC) - Constructor for class org.refcodes.component.ext.observer.AbstractLifecycleStatusEvent
Instantiates a new AbstractLifecycleStatusEvent event.
AbstractLifecycleStatusEvent(EventMetaData, SRC) - Constructor for class org.refcodes.component.ext.observer.AbstractLifecycleStatusEvent
Instantiates a new AbstractLifecycleStatusEvent event.
AbstractLifecycleStatusEvent(SRC) - Constructor for class org.refcodes.component.ext.observer.AbstractLifecycleStatusEvent
Instantiates a new AbstractLifecycleStatusEvent event.

C

ClosedAccomplishedEvent<SRC> - Interface in org.refcodes.component.ext.observer
An ConnectionStatus denoting accomplished closing.
ClosedEvent<SRC> - Class in org.refcodes.component.ext.observer
Implementation of the ConnectionStatusEvent for ConnectionStatus.CLOSED.
ClosedEvent(String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.ClosedEvent
Instantiates a new ClosedEvent.
ClosedEvent(String, String, String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.ClosedEvent
Instantiates a new ClosedEvent.
ClosedEvent(String, String, String, String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.ClosedEvent
Instantiates a new ClosedEvent.
ClosedEvent(String, String, String, SRC) - Constructor for class org.refcodes.component.ext.observer.ClosedEvent
Instantiates a new ClosedEvent.
ClosedEvent(String, String, SRC) - Constructor for class org.refcodes.component.ext.observer.ClosedEvent
Instantiates a new ClosedEvent.
ClosedEvent(String, SRC) - Constructor for class org.refcodes.component.ext.observer.ClosedEvent
Instantiates a new ClosedEvent.
ClosedEvent(EventMetaData, SRC) - Constructor for class org.refcodes.component.ext.observer.ClosedEvent
Instantiates a new ClosedEvent.
ClosedEvent(SRC) - Constructor for class org.refcodes.component.ext.observer.ClosedEvent
Instantiates a new ClosedEvent.
CloseEvent<SRC> - Class in org.refcodes.component.ext.observer
Implementation of the ConnectionRequestEvent for ConnectionRequest.CLOSE.
CloseEvent(String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.CloseEvent
Instantiates a new ClosedEvent.
CloseEvent(String, String, String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.CloseEvent
Instantiates a new ClosedEvent.
CloseEvent(String, String, String, String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.CloseEvent
Instantiates a new ClosedEvent.
CloseEvent(String, String, String, SRC) - Constructor for class org.refcodes.component.ext.observer.CloseEvent
Instantiates a new ClosedEvent.
CloseEvent(String, String, SRC) - Constructor for class org.refcodes.component.ext.observer.CloseEvent
Instantiates a new ClosedEvent.
CloseEvent(String, SRC) - Constructor for class org.refcodes.component.ext.observer.CloseEvent
Instantiates a new ClosedEvent.
CloseEvent(EventMetaData, SRC) - Constructor for class org.refcodes.component.ext.observer.CloseEvent
Instantiates a new ClosedEvent.
CloseEvent(SRC) - Constructor for class org.refcodes.component.ext.observer.CloseEvent
Instantiates a new ClosedEvent.
CloseRequestedEvent<SRC> - Interface in org.refcodes.component.ext.observer
* An ConnectionRequest event denoting a close request.
ComponentEvent<A,SRC> - Interface in org.refcodes.component.ext.observer
The ComponentEvent is the base event for component related signals.
ConnectionEvent<A,SRC> - Interface in org.refcodes.component.ext.observer
The ConnectionEvent is the base event for connection related signals.
ConnectionObserver<SRC> - Interface in org.refcodes.component.ext.observer
An observer for listening to ConnectionEvent instances.
ConnectionObserver.ConnectionRequestObserver<SRC> - Interface in org.refcodes.component.ext.observer
An observer for listening to ConnectionRequestEvent instances.
ConnectionRequestAccessor - Interface in org.refcodes.component.ext.observer
Provides an accessor for a ConnectionRequest property.
ConnectionRequestAccessor.ConnectionRequestMutator - Interface in org.refcodes.component.ext.observer
Provides a mutator for a ConnectionRequest property.
ConnectionRequestAccessor.ConnectionRequestProperty - Interface in org.refcodes.component.ext.observer
Provides a ConnectionRequest property.
ConnectionRequestEvent<SRC> - Interface in org.refcodes.component.ext.observer
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<SRC> - Interface in org.refcodes.component.ext.observer
The ConnectionStatusEvent indicates the ConnectionStatus for a component.

D

destroy() - Method in class org.refcodes.component.ext.observer.ObservableLifecycleRequestMachine
destroy() - Method in class org.refcodes.component.ext.observer.ObservableLifecycleStatusMachine
DestroyAccomplishedEvent<SRC> - Interface in org.refcodes.component.ext.observer
An LifecycleStatusEvent denoting accomplished destroying.
DestroyedEvent<SRC> - Class in org.refcodes.component.ext.observer
Implementation of the LifecycleStatusEvent for LifecycleStatus.DESTROYED.
DestroyedEvent(String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.DestroyedEvent
Instantiates a new DestroyedEvent.
DestroyedEvent(String, String, String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.DestroyedEvent
Instantiates a new DestroyedEvent.
DestroyedEvent(String, String, String, String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.DestroyedEvent
Instantiates a new DestroyedEvent.
DestroyedEvent(String, String, String, SRC) - Constructor for class org.refcodes.component.ext.observer.DestroyedEvent
Instantiates a new DestroyedEvent.
DestroyedEvent(String, String, SRC) - Constructor for class org.refcodes.component.ext.observer.DestroyedEvent
Instantiates a new DestroyedEvent.
DestroyedEvent(String, SRC) - Constructor for class org.refcodes.component.ext.observer.DestroyedEvent
Instantiates a new DestroyedEvent.
DestroyedEvent(EventMetaData, SRC) - Constructor for class org.refcodes.component.ext.observer.DestroyedEvent
Instantiates a new DestroyedEvent.
DestroyedEvent(SRC) - Constructor for class org.refcodes.component.ext.observer.DestroyedEvent
Instantiates a new DestroyedEvent.
DestroyEvent<SRC> - Class in org.refcodes.component.ext.observer
Implementation of the LifecycleRequestEvent for LifecycleRequest.DESTROY.
DestroyEvent(String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.DestroyEvent
Instantiates a new DestroyedEvent.
DestroyEvent(String, String, String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.DestroyEvent
Instantiates a new DestroyedEvent.
DestroyEvent(String, String, String, String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.DestroyEvent
Instantiates a new DestroyedEvent.
DestroyEvent(String, String, String, SRC) - Constructor for class org.refcodes.component.ext.observer.DestroyEvent
Instantiates a new DestroyedEvent.
DestroyEvent(String, String, SRC) - Constructor for class org.refcodes.component.ext.observer.DestroyEvent
Instantiates a new DestroyedEvent.
DestroyEvent(String, SRC) - Constructor for class org.refcodes.component.ext.observer.DestroyEvent
Instantiates a new DestroyedEvent.
DestroyEvent(EventMetaData, SRC) - Constructor for class org.refcodes.component.ext.observer.DestroyEvent
Instantiates a new DestroyedEvent.
DestroyEvent(SRC) - Constructor for class org.refcodes.component.ext.observer.DestroyEvent
Instantiates a new DestroyedEvent.
DestroyRequestedEvent<SRC> - Interface in org.refcodes.component.ext.observer
An LifecycleRequestEvent event denoting a destroy request.

G

getAction() - Method in interface org.refcodes.component.ext.observer.ClosedAccomplishedEvent
getAction() - Method in interface org.refcodes.component.ext.observer.CloseRequestedEvent
getAction() - Method in interface org.refcodes.component.ext.observer.ConnectionRequestEvent
getAction() - Method in interface org.refcodes.component.ext.observer.ConnectionStatusEvent
getAction() - Method in interface org.refcodes.component.ext.observer.DestroyAccomplishedEvent
getAction() - Method in interface org.refcodes.component.ext.observer.DestroyRequestedEvent
getAction() - Method in interface org.refcodes.component.ext.observer.InitializeAccomplishedEvent
getAction() - Method in interface org.refcodes.component.ext.observer.InitializeRequestedEvent
getAction() - Method in interface org.refcodes.component.ext.observer.LifecycleRequestEvent
getAction() - Method in interface org.refcodes.component.ext.observer.LifecycleStatusEvent
getAction() - Method in interface org.refcodes.component.ext.observer.OpenAccomplishedEvent
getAction() - Method in interface org.refcodes.component.ext.observer.OpenRequestedEvent
getAction() - Method in interface org.refcodes.component.ext.observer.PauseAccomplishedEvent
getAction() - Method in interface org.refcodes.component.ext.observer.PauseRequestedEvent
getAction() - Method in interface org.refcodes.component.ext.observer.ResumeAccomplishedEvent
getAction() - Method in interface org.refcodes.component.ext.observer.ResumeRequestedEvent
getAction() - Method in interface org.refcodes.component.ext.observer.StartAccomplishedEvent
getAction() - Method in interface org.refcodes.component.ext.observer.StartRequestedEvent
getAction() - Method in interface org.refcodes.component.ext.observer.StopAccomplishedEvent
getAction() - Method in interface org.refcodes.component.ext.observer.StopRequestedEvent
getConnectionRequest() - Method in class org.refcodes.component.ext.observer.AbstractConnectionRequestEvent
Retrieves the ConnectionRequest property from the property.
getConnectionRequest() - Method in interface org.refcodes.component.ext.observer.ConnectionRequestAccessor
Retrieves the ConnectionRequest property from the property.

H

hasObserver(LifecycleRequestObserver<InitializeRequestedEvent<SRC>, StartRequestedEvent<SRC>, ResumeRequestedEvent<SRC>, PauseRequestedEvent<SRC>, StopRequestedEvent<SRC>, DestroyRequestedEvent<SRC>, EventMetaData, SRC>) - Method in class org.refcodes.component.ext.observer.ObservableLifecycleRequestMachine
hasObserver(LifecycleStatusObserver<InitializeAccomplishedEvent<SRC>, StartAccomplishedEvent<SRC>, ResumeAccomplishedEvent<SRC>, PauseAccomplishedEvent<SRC>, StopAccomplishedEvent<SRC>, DestroyAccomplishedEvent<SRC>, EventMetaData, SRC>) - Method in class org.refcodes.component.ext.observer.ObservableLifecycleStatusMachine

I

initialize() - Method in class org.refcodes.component.ext.observer.ObservableLifecycleRequestMachine
initialize() - Method in class org.refcodes.component.ext.observer.ObservableLifecycleStatusMachine
InitializeAccomplishedEvent<SRC> - Interface in org.refcodes.component.ext.observer
An LifecycleStatusEvent denoting accomplished initialization.
InitializedEvent<SRC> - Class in org.refcodes.component.ext.observer
Implementation of the LifecycleStatusEvent for LifecycleStatus.INITIALIZED.
InitializedEvent(String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.InitializedEvent
Instantiates a new InitializedEvent.
InitializedEvent(String, String, String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.InitializedEvent
Instantiates a new InitializedEvent.
InitializedEvent(String, String, String, String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.InitializedEvent
Instantiates a new InitializedEvent.
InitializedEvent(String, String, String, SRC) - Constructor for class org.refcodes.component.ext.observer.InitializedEvent
Instantiates a new InitializedEvent.
InitializedEvent(String, String, SRC) - Constructor for class org.refcodes.component.ext.observer.InitializedEvent
Instantiates a new InitializedEvent.
InitializedEvent(String, SRC) - Constructor for class org.refcodes.component.ext.observer.InitializedEvent
Instantiates a new InitializedEvent.
InitializedEvent(EventMetaData, SRC) - Constructor for class org.refcodes.component.ext.observer.InitializedEvent
Instantiates a new InitializedEvent.
InitializedEvent(SRC) - Constructor for class org.refcodes.component.ext.observer.InitializedEvent
Instantiates a new InitializedEvent.
InitializeEvent<SRC> - Class in org.refcodes.component.ext.observer
Implementation of the LifecycleRequestEvent for LifecycleRequest.INITIALIZE.
InitializeEvent(String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.InitializeEvent
Instantiates a new InitializedEvent.
InitializeEvent(String, String, String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.InitializeEvent
Instantiates a new InitializedEvent.
InitializeEvent(String, String, String, String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.InitializeEvent
Instantiates a new InitializedEvent.
InitializeEvent(String, String, String, SRC) - Constructor for class org.refcodes.component.ext.observer.InitializeEvent
Instantiates a new InitializedEvent.
InitializeEvent(String, String, SRC) - Constructor for class org.refcodes.component.ext.observer.InitializeEvent
Instantiates a new InitializedEvent.
InitializeEvent(String, SRC) - Constructor for class org.refcodes.component.ext.observer.InitializeEvent
Instantiates a new InitializedEvent.
InitializeEvent(EventMetaData, SRC) - Constructor for class org.refcodes.component.ext.observer.InitializeEvent
Instantiates a new InitializedEvent.
InitializeEvent(SRC) - Constructor for class org.refcodes.component.ext.observer.InitializeEvent
Instantiates a new InitializedEvent.
InitializeRequestedEvent<SRC> - Interface in org.refcodes.component.ext.observer
An LifecycleRequestEvent event denoting an initialize request.

L

letConnectionRequest(ConnectionRequest) - Method in interface org.refcodes.component.ext.observer.ConnectionRequestAccessor.ConnectionRequestProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given ConnectionRequest (setter) as of ConnectionRequestAccessor.ConnectionRequestMutator.setConnectionRequest(ConnectionRequest) and returns the very same value (getter).
LifecycleEvent<A,SRC> - Interface in org.refcodes.component.ext.observer
The LifecycleEvent is the base event for connection related signals.
LifecycleRequestEvent<SRC> - Interface in org.refcodes.component.ext.observer
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<INIT extends InitializeRequestedEvent<SRC>,START extends StartRequestedEvent<SRC>,RESUME extends ResumeRequestedEvent<SRC>,PAUSE extends PauseRequestedEvent<SRC>,STOP extends StopRequestedEvent<SRC>,DESTROY extends DestroyRequestedEvent<SRC>,META extends org.refcodes.observer.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
An observer for listening to LifecycleRequestEvent instances.
LifecycleStatusEvent<SRC> - Interface in org.refcodes.component.ext.observer
TThe LifecycleStatusEvent indicates the LifecycleStatus for a component.
LifecycleStatusObserver<INITED extends InitializeAccomplishedEvent<SRC>,STARTED extends StartAccomplishedEvent<SRC>,RESUMED extends ResumeAccomplishedEvent<SRC>,PAUSED extends PauseAccomplishedEvent<SRC>,STOPPED extends StopAccomplishedEvent<SRC>,DESTROYED extends DestroyAccomplishedEvent<SRC>,META extends org.refcodes.observer.EventMetaData,SRC> - Interface in org.refcodes.component.ext.observer
The LifecycleStatusObserver is signaled upon LifecycleStatusEvent events.

O

ObservableLifecycleRequestMachine<SRC> - Class in org.refcodes.component.ext.observer
The ObservableLifecycleRequestMachine extends the LifecycleMachine with request ActionEvent functionality which can be vetoed.
ObservableLifecycleRequestMachine() - Constructor for class org.refcodes.component.ext.observer.ObservableLifecycleRequestMachine
ObservableLifecycleRequestMachine(ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifecycleRequestMachine
ObservableLifecycleRequestMachine(LifecycleComponent) - Constructor for class org.refcodes.component.ext.observer.ObservableLifecycleRequestMachine
ObservableLifecycleRequestMachine(LifecycleComponent, ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifecycleRequestMachine
ObservableLifecycleRequestMachine(LifecycleComponent, EventMetaData) - Constructor for class org.refcodes.component.ext.observer.ObservableLifecycleRequestMachine
ObservableLifecycleRequestMachine(LifecycleComponent, EventMetaData, ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifecycleRequestMachine
ObservableLifecycleRequestMachine(LifecycleComponent, EventMetaData, SRC) - Constructor for class org.refcodes.component.ext.observer.ObservableLifecycleRequestMachine
ObservableLifecycleRequestMachine(LifecycleComponent, EventMetaData, SRC, ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifecycleRequestMachine
ObservableLifecycleRequestMachine(LifecycleComponent, SRC) - Constructor for class org.refcodes.component.ext.observer.ObservableLifecycleRequestMachine
ObservableLifecycleRequestMachine(LifecycleComponent, SRC, ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifecycleRequestMachine
ObservableLifecycleRequestMachine(EventMetaData) - Constructor for class org.refcodes.component.ext.observer.ObservableLifecycleRequestMachine
ObservableLifecycleRequestMachine(EventMetaData, ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifecycleRequestMachine
ObservableLifecycleRequestMachine(EventMetaData, SRC) - Constructor for class org.refcodes.component.ext.observer.ObservableLifecycleRequestMachine
ObservableLifecycleRequestMachine(EventMetaData, SRC, ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifecycleRequestMachine
ObservableLifecycleRequestMachine(SRC) - Constructor for class org.refcodes.component.ext.observer.ObservableLifecycleRequestMachine
ObservableLifecycleRequestMachine(SRC, ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifecycleRequestMachine
ObservableLifecycleStatusMachine<SRC> - Class in org.refcodes.component.ext.observer
The ObservableLifecycleStatusMachine extends the LifecycleMachine with life-cycle ActionEvent functionality which can be vetoed, such running through several stages from getting started till being destroyed.
ObservableLifecycleStatusMachine() - Constructor for class org.refcodes.component.ext.observer.ObservableLifecycleStatusMachine
ObservableLifecycleStatusMachine(ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifecycleStatusMachine
ObservableLifecycleStatusMachine(LifecycleComponent) - Constructor for class org.refcodes.component.ext.observer.ObservableLifecycleStatusMachine
ObservableLifecycleStatusMachine(LifecycleComponent, ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifecycleStatusMachine
ObservableLifecycleStatusMachine(LifecycleComponent, EventMetaData) - Constructor for class org.refcodes.component.ext.observer.ObservableLifecycleStatusMachine
ObservableLifecycleStatusMachine(LifecycleComponent, EventMetaData, ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifecycleStatusMachine
ObservableLifecycleStatusMachine(LifecycleComponent, EventMetaData, SRC) - Constructor for class org.refcodes.component.ext.observer.ObservableLifecycleStatusMachine
ObservableLifecycleStatusMachine(LifecycleComponent, EventMetaData, SRC, ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifecycleStatusMachine
ObservableLifecycleStatusMachine(LifecycleComponent, SRC) - Constructor for class org.refcodes.component.ext.observer.ObservableLifecycleStatusMachine
ObservableLifecycleStatusMachine(LifecycleComponent, SRC, ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifecycleStatusMachine
ObservableLifecycleStatusMachine(EventMetaData) - Constructor for class org.refcodes.component.ext.observer.ObservableLifecycleStatusMachine
ObservableLifecycleStatusMachine(EventMetaData, ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifecycleStatusMachine
ObservableLifecycleStatusMachine(EventMetaData, SRC) - Constructor for class org.refcodes.component.ext.observer.ObservableLifecycleStatusMachine
ObservableLifecycleStatusMachine(EventMetaData, SRC, ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifecycleStatusMachine
ObservableLifecycleStatusMachine(SRC) - Constructor for class org.refcodes.component.ext.observer.ObservableLifecycleStatusMachine
ObservableLifecycleStatusMachine(SRC, ExecutorService, ExecutionStrategy) - Constructor for class org.refcodes.component.ext.observer.ObservableLifecycleStatusMachine
onClosedEvent(ClosedEvent<SRC>) - Method in interface org.refcodes.component.ext.observer.ConnectionObserver
Signaled in case a device is being closed.
onCloseEvent(CloseEvent<SRC>) - Method in interface org.refcodes.component.ext.observer.ConnectionObserver.ConnectionRequestObserver
In case a device is to be closed, then the CloseEvent event is fired.
onDestroy(DESTROY) - Method in interface org.refcodes.component.ext.observer.LifecycleRequestObserver
In case a component is to be initialized, then the DestroyEvent event is fired.
onDestroyed(DESTROYED) - Method in interface org.refcodes.component.ext.observer.LifecycleStatusObserver
In case a component is to be initialized, then the DestroyedEvent event is fired.
onInitialize(INIT) - Method in interface org.refcodes.component.ext.observer.LifecycleRequestObserver
In case a component is to be initialized, then the InitializeEvent event is fired.
onInitialized(INITED) - Method in interface org.refcodes.component.ext.observer.LifecycleStatusObserver
In case a component is to be initialized, then the InitializedEvent event is fired.
onOpendEvent(OpenedEvent<SRC>) - Method in interface org.refcodes.component.ext.observer.ConnectionObserver
Signaled in case a device is being opened.
onOpenEvent(OpenEvent<SRC>) - Method in interface org.refcodes.component.ext.observer.ConnectionObserver.ConnectionRequestObserver
In case a device is to be opened, then the OpenEvent event is fired.
onPause(PAUSE) - Method in interface org.refcodes.component.ext.observer.LifecycleRequestObserver
In case a component is to be initialized, then the PauseEvent event is fired.
onPaused(PAUSED) - Method in interface org.refcodes.component.ext.observer.LifecycleStatusObserver
In case a component is to be initialized, then the StartedEvent event is fired.
onResume(RESUME) - Method in interface org.refcodes.component.ext.observer.LifecycleRequestObserver
In case a component is to be initialized, then the ResumeEvent event is fired.
onResumed(RESUMED) - Method in interface org.refcodes.component.ext.observer.LifecycleStatusObserver
In case a component is to be initialized, then the ResumedEvent event is fired.
onStart(START) - Method in interface org.refcodes.component.ext.observer.LifecycleRequestObserver
In case a component is to be initialized, then the StartEvent event is fired.
onStarted(STARTED) - Method in interface org.refcodes.component.ext.observer.LifecycleStatusObserver
In case a component is to be initialized, then the StartedEvent event is fired.
onStop(STOP) - Method in interface org.refcodes.component.ext.observer.LifecycleRequestObserver
In case a component is to be initialized, then the StopEvent event is fired.
onStopped(STOPPED) - Method in interface org.refcodes.component.ext.observer.LifecycleStatusObserver
In case a component is to be initialized, then the StoppedEvent event is fired.
OpenAccomplishedEvent<SRC> - Interface in org.refcodes.component.ext.observer
An ConnectionStatus denoting accomplished opening.
OpenedEvent<SRC> - Class in org.refcodes.component.ext.observer
Implementation of the ConnectionStatusEvent for ConnectionStatus.OPENED.
OpenedEvent(String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.OpenedEvent
Instantiates a new OpenedEvent.
OpenedEvent(String, String, String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.OpenedEvent
Instantiates a new OpenedEvent.
OpenedEvent(String, String, String, String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.OpenedEvent
Instantiates a new OpenedEvent.
OpenedEvent(String, String, String, SRC) - Constructor for class org.refcodes.component.ext.observer.OpenedEvent
Instantiates a new OpenedEvent.
OpenedEvent(String, String, SRC) - Constructor for class org.refcodes.component.ext.observer.OpenedEvent
Instantiates a new OpenedEvent.
OpenedEvent(String, SRC) - Constructor for class org.refcodes.component.ext.observer.OpenedEvent
Instantiates a new OpenedEvent.
OpenedEvent(EventMetaData, SRC) - Constructor for class org.refcodes.component.ext.observer.OpenedEvent
Instantiates a new OpenedEvent.
OpenedEvent(SRC) - Constructor for class org.refcodes.component.ext.observer.OpenedEvent
Instantiates a new OpenedEvent.
OpenEvent<SRC> - Class in org.refcodes.component.ext.observer
Implementation of the ConnectionRequestEvent for ConnectionRequest.OPEN.
OpenEvent(String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.OpenEvent
Instantiates a new OpenedEvent.
OpenEvent(String, String, String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.OpenEvent
Instantiates a new OpenedEvent.
OpenEvent(String, String, String, String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.OpenEvent
Instantiates a new OpenedEvent.
OpenEvent(String, String, String, SRC) - Constructor for class org.refcodes.component.ext.observer.OpenEvent
Instantiates a new OpenedEvent.
OpenEvent(String, String, SRC) - Constructor for class org.refcodes.component.ext.observer.OpenEvent
Instantiates a new OpenedEvent.
OpenEvent(String, SRC) - Constructor for class org.refcodes.component.ext.observer.OpenEvent
Instantiates a new OpenedEvent.
OpenEvent(EventMetaData, SRC) - Constructor for class org.refcodes.component.ext.observer.OpenEvent
Instantiates a new OpenedEvent.
OpenEvent(SRC) - Constructor for class org.refcodes.component.ext.observer.OpenEvent
Instantiates a new OpenedEvent.
OpenRequestedEvent<SRC> - Interface in org.refcodes.component.ext.observer
* An ConnectionRequest event denoting an open request.
org.refcodes.component.ext.observer - module org.refcodes.component.ext.observer
 
org.refcodes.component.ext.observer - package org.refcodes.component.ext.observer
 

P

pause() - Method in class org.refcodes.component.ext.observer.ObservableLifecycleRequestMachine
pause() - Method in class org.refcodes.component.ext.observer.ObservableLifecycleStatusMachine
PauseAccomplishedEvent<SRC> - Interface in org.refcodes.component.ext.observer
An LifecycleStatusEvent denoting accomplished pausing.
PausedEvent<SRC> - Class in org.refcodes.component.ext.observer
Implementation of the LifecycleStatusEvent for LifecycleStatus.PAUSED.
PausedEvent(String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.PausedEvent
Instantiates a new PausedEvent.
PausedEvent(String, String, String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.PausedEvent
Instantiates a new PausedEvent.
PausedEvent(String, String, String, String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.PausedEvent
Instantiates a new PausedEvent.
PausedEvent(String, String, String, SRC) - Constructor for class org.refcodes.component.ext.observer.PausedEvent
Instantiates a new PausedEvent.
PausedEvent(String, String, SRC) - Constructor for class org.refcodes.component.ext.observer.PausedEvent
Instantiates a new PausedEvent.
PausedEvent(String, SRC) - Constructor for class org.refcodes.component.ext.observer.PausedEvent
Instantiates a new PausedEvent.
PausedEvent(EventMetaData, SRC) - Constructor for class org.refcodes.component.ext.observer.PausedEvent
Instantiates a new PausedEvent.
PausedEvent(SRC) - Constructor for class org.refcodes.component.ext.observer.PausedEvent
Instantiates a new PausedEvent.
PauseEvent<SRC> - Class in org.refcodes.component.ext.observer
Implementation of the LifecycleRequestEvent for LifecycleRequest.PAUSE.
PauseEvent(String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.PauseEvent
Instantiates a new PauseEvent.
PauseEvent(String, String, String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.PauseEvent
Instantiates a new PauseEvent.
PauseEvent(String, String, String, String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.PauseEvent
Instantiates a new PauseEvent.
PauseEvent(String, String, String, SRC) - Constructor for class org.refcodes.component.ext.observer.PauseEvent
Instantiates a new PauseEvent.
PauseEvent(String, String, SRC) - Constructor for class org.refcodes.component.ext.observer.PauseEvent
Instantiates a new PauseEvent.
PauseEvent(String, SRC) - Constructor for class org.refcodes.component.ext.observer.PauseEvent
Instantiates a new PauseEvent.
PauseEvent(EventMetaData, SRC) - Constructor for class org.refcodes.component.ext.observer.PauseEvent
Instantiates a new PauseEvent.
PauseEvent(SRC) - Constructor for class org.refcodes.component.ext.observer.PauseEvent
Instantiates a new PauseEvent.
PauseRequestedEvent<SRC> - Interface in org.refcodes.component.ext.observer
An LifecycleRequestEvent event denoting a pause request.

R

resume() - Method in class org.refcodes.component.ext.observer.ObservableLifecycleRequestMachine
resume() - Method in class org.refcodes.component.ext.observer.ObservableLifecycleStatusMachine
ResumeAccomplishedEvent<SRC> - Interface in org.refcodes.component.ext.observer
An LifecycleStatusEvent denoting accomplished resuming.
ResumedEvent<SRC> - Class in org.refcodes.component.ext.observer
Implementation of the LifecycleStatusEvent for LifecycleStatus.STARTED.
ResumedEvent(String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.ResumedEvent
Instantiates a new ResumedEvent.
ResumedEvent(String, String, String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.ResumedEvent
Instantiates a new ResumedEvent.
ResumedEvent(String, String, String, String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.ResumedEvent
Instantiates a new ResumedEvent.
ResumedEvent(String, String, String, SRC) - Constructor for class org.refcodes.component.ext.observer.ResumedEvent
Instantiates a new ResumedEvent.
ResumedEvent(String, String, SRC) - Constructor for class org.refcodes.component.ext.observer.ResumedEvent
Instantiates a new ResumedEvent.
ResumedEvent(String, SRC) - Constructor for class org.refcodes.component.ext.observer.ResumedEvent
Instantiates a new ResumedEvent.
ResumedEvent(EventMetaData, SRC) - Constructor for class org.refcodes.component.ext.observer.ResumedEvent
Instantiates a new ResumedEvent.
ResumedEvent(SRC) - Constructor for class org.refcodes.component.ext.observer.ResumedEvent
Instantiates a new ResumedEvent.
ResumeEvent<SRC> - Class in org.refcodes.component.ext.observer
Implementation of the LifecycleRequestEvent for LifecycleRequest.RESUME.
ResumeEvent(String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.ResumeEvent
Instantiates a new ResumedEvent.
ResumeEvent(String, String, String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.ResumeEvent
Instantiates a new ResumedEvent.
ResumeEvent(String, String, String, String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.ResumeEvent
Instantiates a new ResumedEvent.
ResumeEvent(String, String, String, SRC) - Constructor for class org.refcodes.component.ext.observer.ResumeEvent
Instantiates a new ResumedEvent.
ResumeEvent(String, String, SRC) - Constructor for class org.refcodes.component.ext.observer.ResumeEvent
Instantiates a new ResumedEvent.
ResumeEvent(String, SRC) - Constructor for class org.refcodes.component.ext.observer.ResumeEvent
Instantiates a new ResumedEvent.
ResumeEvent(EventMetaData, SRC) - Constructor for class org.refcodes.component.ext.observer.ResumeEvent
Instantiates a new ResumedEvent.
ResumeEvent(SRC) - Constructor for class org.refcodes.component.ext.observer.ResumeEvent
Instantiates a new ResumedEvent.
ResumeRequestedEvent<SRC> - Interface in org.refcodes.component.ext.observer
An LifecycleRequestEvent event denoting a resume request.

S

setConnectionRequest(ConnectionRequest) - Method in interface org.refcodes.component.ext.observer.ConnectionRequestAccessor.ConnectionRequestMutator
Sets the ConnectionRequest property for the property.
start() - Method in class org.refcodes.component.ext.observer.ObservableLifecycleRequestMachine
start() - Method in class org.refcodes.component.ext.observer.ObservableLifecycleStatusMachine
StartAccomplishedEvent<SRC> - Interface in org.refcodes.component.ext.observer
An LifecycleStatusEvent denoting accomplished starting.
StartedEvent<SRC> - Class in org.refcodes.component.ext.observer
Implementation of the LifecycleStatusEvent for LifecycleStatus.STARTED.
StartedEvent(String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.StartedEvent
Instantiates a new StartedEvent.
StartedEvent(String, String, String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.StartedEvent
Instantiates a new StartedEvent.
StartedEvent(String, String, String, String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.StartedEvent
Instantiates a new StartedEvent.
StartedEvent(String, String, String, SRC) - Constructor for class org.refcodes.component.ext.observer.StartedEvent
Instantiates a new StartedEvent.
StartedEvent(String, String, SRC) - Constructor for class org.refcodes.component.ext.observer.StartedEvent
Instantiates a new StartedEvent.
StartedEvent(String, SRC) - Constructor for class org.refcodes.component.ext.observer.StartedEvent
Instantiates a new StartedEvent.
StartedEvent(EventMetaData, SRC) - Constructor for class org.refcodes.component.ext.observer.StartedEvent
Instantiates a new StartedEvent.
StartedEvent(SRC) - Constructor for class org.refcodes.component.ext.observer.StartedEvent
Instantiates a new StartedEvent.
StartEvent<SRC> - Class in org.refcodes.component.ext.observer
Implementation of the LifecycleRequestEvent for LifecycleRequest.START.
StartEvent(String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.StartEvent
Instantiates a new StartedEvent.
StartEvent(String, String, String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.StartEvent
Instantiates a new StartedEvent.
StartEvent(String, String, String, String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.StartEvent
Instantiates a new StartedEvent.
StartEvent(String, String, String, SRC) - Constructor for class org.refcodes.component.ext.observer.StartEvent
Instantiates a new StartedEvent.
StartEvent(String, String, SRC) - Constructor for class org.refcodes.component.ext.observer.StartEvent
Instantiates a new StartedEvent.
StartEvent(String, SRC) - Constructor for class org.refcodes.component.ext.observer.StartEvent
Instantiates a new StartedEvent.
StartEvent(EventMetaData, SRC) - Constructor for class org.refcodes.component.ext.observer.StartEvent
Instantiates a new StartedEvent.
StartEvent(SRC) - Constructor for class org.refcodes.component.ext.observer.StartEvent
Instantiates a new StartedEvent.
StartRequestedEvent<SRC> - Interface in org.refcodes.component.ext.observer
An LifecycleRequestEvent event denoting a start request.
stop() - Method in class org.refcodes.component.ext.observer.ObservableLifecycleRequestMachine
stop() - Method in class org.refcodes.component.ext.observer.ObservableLifecycleStatusMachine
StopAccomplishedEvent<SRC> - Interface in org.refcodes.component.ext.observer
An LifecycleStatusEvent denoting accomplished stopping.
StopEvent<SRC> - Class in org.refcodes.component.ext.observer
Implementation of the LifecycleRequestEvent for LifecycleRequest.STOP.
StopEvent(String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.StopEvent
Instantiates a new StoppedEvent.
StopEvent(String, String, String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.StopEvent
Instantiates a new StoppedEvent.
StopEvent(String, String, String, String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.StopEvent
Instantiates a new StoppedEvent.
StopEvent(String, String, String, SRC) - Constructor for class org.refcodes.component.ext.observer.StopEvent
Instantiates a new StoppedEvent.
StopEvent(String, String, SRC) - Constructor for class org.refcodes.component.ext.observer.StopEvent
Instantiates a new StoppedEvent.
StopEvent(String, SRC) - Constructor for class org.refcodes.component.ext.observer.StopEvent
Instantiates a new StoppedEvent.
StopEvent(EventMetaData, SRC) - Constructor for class org.refcodes.component.ext.observer.StopEvent
Instantiates a new StoppedEvent.
StopEvent(SRC) - Constructor for class org.refcodes.component.ext.observer.StopEvent
Instantiates a new StoppedEvent.
StoppedEvent<SRC> - Class in org.refcodes.component.ext.observer
Implementation of the LifecycleStatusEvent for LifecycleStatus.STOPPED.
StoppedEvent(String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.StoppedEvent
Instantiates a new StoppedEvent.
StoppedEvent(String, String, String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.StoppedEvent
Instantiates a new StoppedEvent.
StoppedEvent(String, String, String, String, Class<?>, SRC) - Constructor for class org.refcodes.component.ext.observer.StoppedEvent
Instantiates a new StoppedEvent.
StoppedEvent(String, String, String, SRC) - Constructor for class org.refcodes.component.ext.observer.StoppedEvent
Instantiates a new StoppedEvent.
StoppedEvent(String, String, SRC) - Constructor for class org.refcodes.component.ext.observer.StoppedEvent
Instantiates a new StoppedEvent.
StoppedEvent(String, SRC) - Constructor for class org.refcodes.component.ext.observer.StoppedEvent
Instantiates a new StoppedEvent.
StoppedEvent(EventMetaData, SRC) - Constructor for class org.refcodes.component.ext.observer.StoppedEvent
Instantiates a new StoppedEvent.
StoppedEvent(SRC) - Constructor for class org.refcodes.component.ext.observer.StoppedEvent
Instantiates a new StoppedEvent.
StopRequestedEvent<SRC> - Interface in org.refcodes.component.ext.observer
An LifecycleRequestEvent event denoting a stop request.
subscribeObserver(LifecycleRequestObserver<InitializeRequestedEvent<SRC>, StartRequestedEvent<SRC>, ResumeRequestedEvent<SRC>, PauseRequestedEvent<SRC>, StopRequestedEvent<SRC>, DestroyRequestedEvent<SRC>, EventMetaData, SRC>) - Method in class org.refcodes.component.ext.observer.ObservableLifecycleRequestMachine
subscribeObserver(LifecycleStatusObserver<InitializeAccomplishedEvent<SRC>, StartAccomplishedEvent<SRC>, ResumeAccomplishedEvent<SRC>, PauseAccomplishedEvent<SRC>, StopAccomplishedEvent<SRC>, DestroyAccomplishedEvent<SRC>, EventMetaData, SRC>) - Method in class org.refcodes.component.ext.observer.ObservableLifecycleStatusMachine

U

unsubscribeObserver(LifecycleRequestObserver<InitializeRequestedEvent<SRC>, StartRequestedEvent<SRC>, ResumeRequestedEvent<SRC>, PauseRequestedEvent<SRC>, StopRequestedEvent<SRC>, DestroyRequestedEvent<SRC>, EventMetaData, SRC>) - Method in class org.refcodes.component.ext.observer.ObservableLifecycleRequestMachine
unsubscribeObserver(LifecycleStatusObserver<InitializeAccomplishedEvent<SRC>, StartAccomplishedEvent<SRC>, ResumeAccomplishedEvent<SRC>, PauseAccomplishedEvent<SRC>, StopAccomplishedEvent<SRC>, DestroyAccomplishedEvent<SRC>, EventMetaData, SRC>) - Method in class org.refcodes.component.ext.observer.ObservableLifecycleStatusMachine
A C D G H I L O P R S U 
All Classes and Interfaces|All Packages