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