org.jpos.ui
Interface UIAware

All Known Implementing Classes:
BSHAction, Dispose, Exit, Redirect

public interface UIAware

Since:
1.4.7
Author:
Alejandro Revilla

An action listener may optional implement this interface in order to have the UI framework push a reference to the UI instance as well as the action's configuration element.


Method Summary
 void setUI(UI ui, org.jdom.Element config)
           
 

Method Detail

setUI

void setUI(UI ui,
           org.jdom.Element config)
Parameters:
ui - reference
config - action config block


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