Class PNotesAction

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

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

    • mNotesFrame

      protected static com.portal.app.cc.NotesFrame mNotesFrame
  • Constructor Details

    • PNotesAction

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

    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Action performed handler. Called to put the notes up on the screen from the Notes 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
    • getNotesInstance

      public static PNotesPage getNotesInstance()
      Returns the instance of PNotesPage
      Returns:
      notes instance