org.ejtools.adwt.action
Interface Command


public interface Command

Interface needed to implement to Command Pattern.

Version:
$Revision: 1.6 $
Author:
Laurent Etiemble

Method Summary
 void execute()
          Method to implement executed by the action.
 

Method Detail

execute

public void execute()
Method to implement executed by the action.



Copyright © 2002-2003 EJTools Org.. All Rights Reserved.