com.notuvy.cmd
Interface SimpleExecutable

All Superinterfaces:
Runnable

public interface SimpleExecutable
extends Runnable

An entity that is set up by arguments and then executed. After setting up, the logic is executed by calling run() (which is inherited from Runnable). This is a much simpler mode of operation than Commandable/CommandSet.


Method Summary
 boolean setup(CommandArgs pCommandArgs)
           
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

setup

boolean setup(CommandArgs pCommandArgs)


Copyright © 2013. All Rights Reserved.