com.jbbres.lib.actions.tools.elements
Interface ActionUIListener


public interface ActionUIListener

The listener interface for receiving AbstractActionUI events.

The class that is interested in processing an AbstractActionUI event implements this interface, and the object created with that class is registered with the AbstractActionUI, using the addActionUIListener(ActionUIListener) method.
When a AbstractActionUI event occurs, that object's corresponding method is invoked.

Since:
1.0.0
Version:
1.0.0
Author:
Jean-Baptiste Bres

Method Summary
 void promptChanged(ActionUIEvent e)
          Invoked when the prompt content changes.
 void showWhenRunOptionChanged(ActionUIEvent e)
          Invoked when the "Show When Run" status changes.
 

Method Detail

showWhenRunOptionChanged

void showWhenRunOptionChanged(ActionUIEvent e)
Invoked when the "Show When Run" status changes.

Parameters:
e - - the associated event

promptChanged

void promptChanged(ActionUIEvent e)
Invoked when the prompt content changes.

Parameters:
e - - the associated event


To file bugs or suggest feature enhancements, visit the app.jbbres.com Bug Reporter website.

Additional documentation available online at http://app.jbbres.com/actions/developers.

Copyright � 2009-2011 app.jbbres.com. All Rights Reserved.