jPOS 1.6.7 API Documentation

org.jpos.ui.action
Class Exit

java.lang.Object
  extended by org.jpos.ui.action.Exit
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, UIAware

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


Field Summary
 int exitCode
           
 UI ui
           
 
Constructor Summary
Exit()
           
 
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

exitCode

public int exitCode
Constructor Detail

Exit

public Exit()
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