net.curre.prefcount.event
Class SaveResetSettingsActionListener

java.lang.Object
  extended by net.curre.prefcount.event.SaveResetSettingsActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

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

Object of this class represents an action listener to save or reset current settings.

Created date: Jun 22, 2007

Author:
Yevgeny Nyden

Constructor Summary
SaveResetSettingsActionListener(boolean isSave)
          Constructor.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent actionEvent)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaveResetSettingsActionListener

public SaveResetSettingsActionListener(boolean isSave)
Constructor.

Parameters:
isSave - True if this is a save action; false if this is a reset action.
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent actionEvent)

Specified by:
actionPerformed in interface java.awt.event.ActionListener


Copyright © 2008. All Rights Reserved.