Interface ObjectAutoCompleteSelectionChangeListener<I>
-
- All Superinterfaces:
Serializable
public interface ObjectAutoCompleteSelectionChangeListener<I> extends Serializable
Listener interface for interested listeners which want to be notified on selection changes Parameter is the id of the object updated- Since:
- Sep 29, 2008
- Author:
- roland
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidselectionChanged(AjaxRequestTarget pTarget, IModel<I> pModel)Method called on model change (whether it is inside or outside a form)
-
-
-
Method Detail
-
selectionChanged
void selectionChanged(AjaxRequestTarget pTarget, IModel<I> pModel)
Method called on model change (whether it is inside or outside a form)- Parameters:
pTarget- target used during updatepModel- updated model
-
-