org.apache.pivot.util
Interface Command


public interface Command

Generic command interface.


Method Summary
 void execute()
          Execute the command.
 

Method Detail

execute

void execute()
Execute the command.