public interface PropertyChangeHandler<T>
PropertyChangeEvent
gets dispatched when any property of a bound bean is changed.Modifier and Type | Method and Description |
---|---|
void |
onPropertyChange(PropertyChangeEvent<T> event)
Called when
PropertyChangeEvent is dispatched. |
void onPropertyChange(PropertyChangeEvent<T> event)
PropertyChangeEvent
is dispatched.event
- the PropertyChangeEvent
that was dispatched.Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.