com.pietschy.command
Class ActionCommandAdapter

java.lang.Object
  extended by com.pietschy.command.ActionCommandAdapter
All Implemented Interfaces:
ActionCommandListener, java.util.EventListener

public abstract class ActionCommandAdapter
extends java.lang.Object
implements ActionCommandListener

An abstrct empty implementation of ActionCommandListener.


Constructor Summary
ActionCommandAdapter()
           
 
Method Summary
 void afterExecute(ActionCommandEvent e)
          Does nothing.
 void beforeExecute(ActionCommandEvent e)
          Does nothing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionCommandAdapter

public ActionCommandAdapter()
Method Detail

beforeExecute

public void beforeExecute(ActionCommandEvent e)
Does nothing.

Specified by:
beforeExecute in interface ActionCommandListener
Parameters:
e - the event object.

afterExecute

public void afterExecute(ActionCommandEvent e)
Does nothing.

Specified by:
afterExecute in interface ActionCommandListener
Parameters:
e - the event object.


Copyright © 2006 - 2007 Andrew Pietsch