javax.rad.ui.event
Interface IActionListener


public interface IActionListener

Platform and technology independent action listener definition. It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .


Method Summary
 void action(UIActionEvent pActionEvent)
          Invoked when a action occurred.
 

Method Detail

action

void action(UIActionEvent pActionEvent)
Invoked when a action occurred.

Parameters:
pActionEvent - the key event.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.