|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Command
s.AbstractCommandScheme
contains a list of Command
s to be executed and the Scheme
describing how to do it.ConditionListener
to the Condition
.
BundleController
.Command
preconditions are fulfilled.
Event
s/Command
s associations.
BundleController
s and EventDispatcher
s.
Command
represents and encapsultes the business logic to be executed upon reception of a specific
Event
.Command
s when failing.null
as its detail message.
Command
s.
Condition
encapsulates one condition of validity of a data packet.ConditionListener
observes the changes of a Condition
.EventDispatcher
.BundleController
.Condition
interface.Event
interface.Event
with the given unique EventKey
and a message to transport.
Event
with the given unique EventKey
and a message to transport.
Event
with the given unique EventKey
and a message to transport.
DefaultSupervisor
controls and monitors a Command
.Supervisor
for the given command.
Event
.Event
with the given key and message.
EventBuilder
is a helper class used to create and trigger Event
s.EventDispatcher
is a class that dispatches the Event
s raised by the application modules
to the registred BundleController
s.EventKey
is the unique ID of an event.Command
's logic with a given message.
Command
s with the given Event
.
Command
description.
Command
(if any) associated with the given Event
.
Command
name.
Command
s managed by the scheme.
Command
description.
BundleController
to which this Event
should be sent (if known).
EventKey
of this Event
.
Command
name.
Event
.
Scheme
of the CommandScheme
.
Event
.
Command
.
Command
s that validate the Condition
.
Command
can be undone by the user.
Condition
is fulfilled or not.
ParallelScheme
executes a list of Command
s in parallel.BundleController
to be called on Event
dispatch.
EventKey
array.
EventDispatcher
to be called on Event
dispatch.
Command
that validates the Condition
.
ConditionListener
that observes the Condition
.
Command
after the given delay.
Command
asynchronously.
Command
after the given delay and at a given period.
Command
as soon as the Condition
becomes valid.
Command
after the given delay with the given delay between two executions.
Scheme
describes how a list of Command
s has to be executed.Command
sequentially (i.e. in the same
thread).Event
.
Command
.
Condition
validity.
Supervisor
allows to monitor and control a Command
.Condition
becomes true.
Event
that will trigger the command execution as soon as the change
Condition
becomes true.
Event
asynchronously.
Event
after the given delay.
Event
after the given delay and at a given period.
Event
after the given delay with the given delay between two executions.
Command
actions.
BundleController
.
Command
associated to the given EventKey
s.
EventDispatcher
.
Command
from the list of Command
s able to validate the Condition
.
Command
.
Condition
has changed.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |