org.ourgrid.gridmachine.useragent.ui
Interface Command

All Known Implementing Classes:
UAStarter, UAStatus, UAStopper

public interface Command

Interface created to implements Command Pattern to simplify UserAgent commands treatment.


Method Summary
 void run(java.lang.String[] params, UIManager manager)
          Executes the main function of the command that implements this.
 

Method Detail

run

void run(java.lang.String[] params,
         UIManager manager)
Executes the main function of the command that implements this.

Parameters:
params - Parameters of this command.
manager - Manager to be contacted.