Package org.openforis.collect.command
Class SpringCommandDispatcher
java.lang.Object
org.openforis.collect.command.RegistryCommandDispatcher
org.openforis.collect.command.SpringCommandDispatcher
- All Implemented Interfaces:
CommandDispatcher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit()<R,C extends Command>
RegistryCommandDispatcherregister(Class<C> commandType, CommandHandler<C> handler) Methods inherited from class org.openforis.collect.command.RegistryCommandDispatcher
submit, submitSync
-
Constructor Details
-
SpringCommandDispatcher
public SpringCommandDispatcher()
-
-
Method Details
-
init
public void init() -
register
public <R,C extends Command> RegistryCommandDispatcher register(Class<C> commandType, CommandHandler<C> handler) - Overrides:
registerin classRegistryCommandDispatcher
-