com.jbbres.lib.actions.elements
Interface ElementDescriptionChangeListener

All Superinterfaces:
java.util.EventListener

public interface ElementDescriptionChangeListener
extends java.util.EventListener

The listener interface for receiving ElementDescription change events.

The class that is interested in processing a ElementDescription change event implements this interface, and the object created with that class is registered with a component using the component's ElementDescription.addElementDescriptionChangeListener(ElementDescriptionChangeListener) method.

When the ElementDescription change occurs, that elementDescriptionChange(ElementDescriptionChangeEvent) is invoked.

Since:
1.0.0
Version:
1.0.0
Author:
Jean-Baptiste Bres
See Also:
ElementDescriptionChangeEvent

Method Summary
 void elementDescriptionChange(ElementDescriptionChangeEvent evt)
          Invoked when one of the values of the ElementDescription changes.
 

Method Detail

elementDescriptionChange

void elementDescriptionChange(ElementDescriptionChangeEvent evt)
Invoked when one of the values of the ElementDescription changes.

Parameters:
evt - - the 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.