Class PRefreshAction

All Implemented Interfaces:
ActionListener, PropertyChangeListener, Serializable, Cloneable, EventListener, Action

public class PRefreshAction extends PBASAction implements PropertyChangeListener
Causes the currently viewed account to be refreshed
Version:
%version: 2 % %date_modified: Mon Aug 13 08:49:53 2001 %
Author:
kapono
See Also:
  • Constructor Details

    • PRefreshAction

      public PRefreshAction()
      Creates a new PRfreshAction
    • PRefreshAction

      public PRefreshAction(PClientComponent comp)
      Creates a new PRfreshAction
      Parameters:
      comp - The base component
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Action performed handler.
      Specified by:
      actionPerformed in interface ActionListener
    • propertyChange

      public void propertyChange(PropertyChangeEvent e)
      Internal listener for changes to the current account. Takes care of adding a new entry to represent the new current account.
      This also listens for properties indicating an account is being closed and removes that account from the navigation list.
      Specified by:
      propertyChange in interface PropertyChangeListener
      Parameters:
      The - property change event