Class BSHAction

java.lang.Object
org.jpos.bsh.BSHAction
All Implemented Interfaces:
ActionListener, EventListener, UIAware

public class BSHAction extends Object implements ActionListener, UIAware
Swing ActionListener implemented via a BeanShell script.
  • Field Details

    • ui

      public UI ui
      The UI context.
  • Constructor Details

    • BSHAction

      public BSHAction()
      Default constructor.
  • Method Details