org.ourgrid.peer.ui.command
Interface Command

All Known Implementing Classes:
GUIStarter, PeerSetter, PeerStarter, PeerStatus, PeerStopper

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.