jPOS 1.6.1 API Documentation

org.jpos.bsh
Class BSHAction

java.lang.Object
  extended by org.jpos.bsh.BSHAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, UIAware

public class BSHAction
extends java.lang.Object
implements java.awt.event.ActionListener, UIAware


Field Summary
 UI ui
           
 
Constructor Summary
BSHAction()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ev)
           
 void setUI(UI ui, org.jdom.Element e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ui

public UI ui
Constructor Detail

BSHAction

public BSHAction()
Method Detail

setUI

public void setUI(UI ui,
                  org.jdom.Element e)
Specified by:
setUI in interface UIAware
Parameters:
ui - reference
e - action config block

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent ev)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

jPOS.org