net.sf.advjavacalendar.action
Class ButtonHandler

java.lang.Object
  extended by net.sf.advjavacalendar.action.ButtonHandler
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class ButtonHandler
extends java.lang.Object
implements java.awt.event.ActionListener

ButtonHandler is a abstract mechanism to give commands to specialized handlers.

Author:
probstl

Constructor Summary
ButtonHandler(CommandHolder holder, CommandHolder.CommandValue value)
          Default constructor gives the holder and the value to give
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ButtonHandler

public ButtonHandler(CommandHolder holder,
                     CommandHolder.CommandValue value)
Default constructor gives the holder and the value to give

Parameters:
holder -
value -
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener
See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)


Copyright © 2008 null. All Rights Reserved.