Class PVoucherAction

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

public class PVoucherAction extends PBASAction implements PropertyChangeListener
Responsible for launching the Voucher bean
See Also:
  • Field Details

    • mVoucherDialog

      protected static com.portal.app.cc.VoucherDialog mVoucherDialog
  • Constructor Details

    • PVoucherAction

      public PVoucherAction(PClientComponent comp)
      Create a new instance of a launch Voucher.
      Parameters:
      comp - The base component
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Action performed handler. Called to put the voucher up on the screen from the Voucher button.
      Specified by:
      actionPerformed in interface ActionListener
    • propertyChange

      public void propertyChange(PropertyChangeEvent event)
      Implement propertyChange. Listens to account open/close
      Specified by:
      propertyChange in interface PropertyChangeListener
      Parameters:
      property - change event
    • getVoucherInstance

      public static PVoucherPage getVoucherInstance()
      Returns the instance of PVoucherPage
      Returns:
      voucher instance