jPOS 1.6.1 API Documentation

org.jpos.ui.action
Class Dispose

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

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


Field Summary
 UI ui
           
 
Constructor Summary
Dispose()
           
 
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

Dispose

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