Package com.simsilica.lemur
Class MethodCommand<S>
java.lang.Object
com.simsilica.lemur.MethodCommand<S>
- All Implemented Interfaces:
Command<S>
A Command implementation that calls a configured
no-argument method through reflection.
-
Constructor Summary
ConstructorsConstructorDescriptionMethodCommand
(Object delegate, Method method) MethodCommand
(Object delegate, String methodName) -
Method Summary