Update of /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action
In directory usw-pr-cvs1:/tmp/cvs-serv13996/adwt/src/main/net/sourceforge/ejtools/awt/action
Modified Files:
Command.java CommandAction.java
Log Message:
Pretty print code
Index: Command.java
===================================================================
RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/Command.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Command.java 5 May 2002 20:09:56 -0000 1.3
--- Command.java 30 May 2002 21:40:07 -0000 1.4
***************
*** 7,10 ****
--- 7,11 ----
package net.sourceforge.ejtools.awt.action;
+
/**
* Interface needed to implement to Command Pattern.
Index: CommandAction.java
===================================================================
RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/CommandAction.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** CommandAction.java 5 May 2002 20:09:56 -0000 1.3
--- CommandAction.java 30 May 2002 21:40:07 -0000 1.4
***************
*** 86,91 ****
/**
! * actionPerformed is what executed the command. actionPerformed is called
! * whenever the action is acted upon.
*
* @param e the action event
--- 86,90 ----
/**
! * actionPerformed is what executed the command. actionPerformed is called whenever the action is acted upon.
*
* @param e the action event
***************
*** 98,106 ****
/**
! * Adds a feature to the PropertyChangeListener attribute of the
! * CommandAction object
*
! * @param listener The feature to be added to the PropertyChangeListener
! * attribute
*/
public void addPropertyChangeListener(PropertyChangeListener listener)
--- 97,103 ----
/**
! * Adds a feature to the PropertyChangeListener attribute of the CommandAction object
*
! * @param listener The feature to be added to the PropertyChangeListener attribute
*/
public void addPropertyChangeListener(PropertyChangeListener listener)
|