Package de.qytera.qtaf.core.patterns
Interface Command
public interface Command
Command interface
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()Method that should contain the code that should be executed
-
Method Details
-
execute
void execute()Method that should contain the code that should be executed
-