org.apache.beehive.netui.core.chain
Interface Command

All Known Subinterfaces:
Chain
All Known Implementing Classes:
ChainBase, DivPanelCRI, TreeCRI

public interface Command

An encapsulation for a unit of work that needs to performed to accomplish a task. A Command chooses whether to execute based on the information available to it in the Context.


Method Summary
 boolean execute(Context context)
           
 

Method Detail

execute

boolean execute(Context context)
                throws Exception
Throws:
Exception