Class PEventBrowserAction

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

public class PEventBrowserAction extends PBASAction
Responsible for launching the event browser
See Also:
  • Constructor Details

    • PEventBrowserAction

      public PEventBrowserAction(PClientComponent comp) throws RuntimeException
      Create a new instance of a launch event browser action.
      Parameters:
      comp - The base component
      Throws:
      RuntimeException
    • PEventBrowserAction

      public PEventBrowserAction()
      Create a new instance of a launch event browser action.
  • Method Details

    • invoke

      public static void invoke(String[] searchArgs)
      Static function to put the Event Browser dialog up on the screen. Event Browser can be shown either from Menu or AR-actions
    • addAdjustEventListener

      public static void addAdjustEventListener(BalanceImpactListener l)
      Add AdjustEventNotification
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Action performed handler. Called to put the event browser up on the screen by invoking the menu item.