Package org.apache.pivot.util
Interface Command
-
public interface Command
Generic command interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute()
Execute the command.
-