org.ourgrid.corepeer.ui
Interface Command

All Known Implementing Classes:
CorePeerStarter, CorePeerStatus, CorePeerStopper

public interface Command

Interface created to implements Command Pattern to simplify CorePeer 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.