org.omus.core
Interface Command


public interface Command

An interface for commands that will be passed to one of the methods in TaskManager, to addCommand in Group or to setUndeliveredCommand in Message.


Method Summary
 void execute()
          Executes the command.
 

Method Detail

execute

public void execute()
Executes the command.