|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
ContextAction
has ended.ContextAction
has started
or ended.ContextAction
in a Context
, as a member of the
Context
object.ContextAction
has started.BusMember
, accepting only events
of a given class.InterceptionHandler
when
override
indicate to do so.Command
objects, which
represent a server-side processing.Command
object with
only its ExternalizedCommand
as input/output parameter.CommandInvoker
is supposed to run client-side.ActionPerformer
.Context
instance, without modifying the original.Context
object, allowing deferred
access.ContextAction
.Command
instance correctly configured.
DefaultContextFactory.DefaultContext
objects.Context
which should not be instantiated
from outside the enclosing class or its derivates.Command
object
which should travel from client to server and vice-versa.ActionPerformer
that processes
ContextAction
s.
Context
object instead
of a Contextualized
.
ValidationHub
that every
Binding
uses implicitely.
CommandInvoker
instance used server-side
for executing Command
instances on the server.
Logger
for this context.
ContextAction
is being
performed.CommandExecutor
which resides in the same VM.Override
s."in_"
is the prefix for tagging input parameters.
"in_out_"
is the prefix for tagging input parameters.
"out_"
is the prefix for tagging output parameters.
UserMessage
.ExternalizedCommand
in memory
to simulate travel between client and server.
UserMessage
s.UserMessage
.EventBus
for delivering the
right callback.ValidationMessage
is a UserMessage
with
references to components, which are involved in a user input validation
failure.
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |