Class PBackAction

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

public class PBackAction extends PBASAction implements PropertyChangeListener
Moves backwards in the navigation stack
Version:
%version: 2 % %date_modified: Tue Apr 17 11:44:49 2001 %
Author:
kapono
See Also:
  • Constructor Details

    • PBackAction

      public PBackAction()
    • PBackAction

      public PBackAction(PClientComponent comp)
      Create a new instance of a navigation action
      Parameters:
      comp - The base component
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Action performed handler. Called to move back in the navigation stack.
      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