org.jpos.ui.action
Class Exit

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

public class Exit
extends Object
implements ActionListener, UIAware


Field Summary
 int exitCode
           
 UI ui
           
 
Constructor Summary
Exit()
           
 
Method Summary
 void actionPerformed(ActionEvent ev)
           
 void setUI(UI ui, org.jdom.Element e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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(ActionEvent ev)
Specified by:
actionPerformed in interface ActionListener


Copyright © 1998-2012 jPOS.org. All Rights Reserved.