org.ourgrid.peer.ui.command
Class PeerStopper

java.lang.Object
  extended by org.ourgrid.peer.ui.command.PeerStopper
All Implemented Interfaces:
Command

public class PeerStopper
extends java.lang.Object
implements Command


Constructor Summary
PeerStopper()
           
 
Method Summary
 void run(java.lang.String[] params, UIManager manager)
          Executes the main function of the command that implements this.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeerStopper

public PeerStopper()
Method Detail

run

public void run(java.lang.String[] params,
                UIManager manager)
Description copied from interface: Command
Executes the main function of the command that implements this.

Specified by:
run in interface Command