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