Interface CommandDispatcherContext<CC,MC>
-
public interface CommandDispatcherContext<CC,MC>- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CCgetCommandContext()ContextualizergetContextualizer()MarshalledValueFactory<MC>getMarshalledValueFactory()
-
-
-
Method Detail
-
getCommandContext
CC getCommandContext()
-
getContextualizer
Contextualizer getContextualizer()
-
getMarshalledValueFactory
MarshalledValueFactory<MC> getMarshalledValueFactory()
-
-