|
Richfaces UI Components API 4.1.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ItemChangeListener
A listener interface for receiving ItemChangeEvents. A class that is interested in receiving such events implements
this interface, and then registers itself with the source UIComponent of interest, by calling
addItemChangeListener().
| Method Summary | |
|---|---|
void |
processItemChange(ItemChangeEvent event)
Invoked when ItemChangeEvent occurs. |
| Method Detail |
|---|
void processItemChange(ItemChangeEvent event)
throws javax.faces.event.AbortProcessingException
Invoked when ItemChangeEvent occurs.
event - The ItemChangeEvent that has occurred
javax.faces.event.AbortProcessingException - Signal the JavaServer Faces implementation that no further processing on the current
event should be performed
|
Richfaces UI Components API 4.1.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||