Interface LCommandFactoryType<T>
- Type Parameters:
T- The type of parameters
public interface LCommandFactoryType<T>
A command factory.
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
commandClass
String commandClass()- Returns:
- The canonical name of the command class
- See Also:
-
constructor
Function<Properties, LCommandType<T>> constructor()- Returns:
- A function to create a command from a set of properties
-