Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.hivemind.lib.chain
Class ChainCommand  view ChainCommand download ChainCommand.java

java.lang.Object
  extended byorg.apache.hivemind.lib.chain.ChainCommand
All Implemented Interfaces:
ChainInterface

public class ChainCommand
extends java.lang.Object
implements ChainInterface

Since:
1.1

Constructor Summary
ChainCommand()
           
 
Method Summary
 boolean execute(java.lang.String parameter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChainCommand

public ChainCommand()
Method Detail

execute

public boolean execute(java.lang.String parameter)
Specified by:
execute in interface ChainInterface