com.notuvy.cmd
Interface Commandable

All Superinterfaces:
Runnable

public interface Commandable
extends Runnable

An entity that is controlled by a CommandSet. Implementors define how the CommandSet is configured. After configuration, the logic is executed by calling run() (which is inherited from Runnable).


Method Summary
 void configure(CommandSet pCommandSet)
           
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

configure

void configure(CommandSet pCommandSet)


Copyright © 2013. All Rights Reserved.