JavaGroups
Interface Command


public interface Command

The Command patttern (se Gamma et al.). Implementations would provide their own Execute method.


Method Summary
 boolean Execute()
           
 

Method Detail

Execute

public boolean Execute()