Class EidActionsFactory.ListenEidAction

All Implemented Interfaces:
ILocalized, ActionListener, PropertyChangeListener, Serializable, Cloneable, EventListener, Action
Enclosing class:
EidActionsFactory

public class EidActionsFactory.ListenEidAction extends AutoLocalizedAction
Since:
1.0 Jun 19, 2009, 1.0
Version:
%I%, %G%
Author:
Steph GAUDRY
See Also:
Serialized Form
  • Constructor Details

    • ListenEidAction

      public ListenEidAction()
  • Method Details

    • doAfterCreate

      protected void doAfterCreate()
      Description copied from class: AutoLocalizedAction
      This method is called in the constructor after the ILocalized.setLanguage() method
      Overrides:
      doAfterCreate in class AutoLocalizedAction
    • doOnCreate

      protected void doOnCreate()
      Description copied from class: LocalizableAction
      This method is called in the constructor before the ILocalized.setLanguage() method
      Overrides:
      doOnCreate in class LocalizableAction
    • setLanguage

      public void setLanguage()
      Description copied from interface: ILocalized
      Sets localized language The implementation should use a ResourceBundle to load information based on the user's Locale, and may observe the LanguageHelper to update the GUI on Locale switch.
    • isStarted

      public boolean isStarted()
      Returns:
      true if a search is started
    • setStarted

      public void setStarted(boolean started)
      Sets the Action.SMALL_ICON and the Action.NAME values according to the state of the action (if a search is performing, calling this method will stop the search, otherwise this will start a search).
      Parameters:
      started - set true if a search is started
    • isClearOnCardRemoved

      public boolean isClearOnCardRemoved()
      Returns:
      true if all data fields must be cleaned when a card is inserted
    • setClearOnCardRemoved

      public void setClearOnCardRemoved(boolean clearOnCardRemoved)
      Parameters:
      clearOnCardRemoved - true if all data fields must be cleaned when a card is inserted
    • actionPerformed

      public void actionPerformed(ActionEvent arg0)