T
- the type of the value that changed.@Beta public interface ChangeListener<T>
T
are changed.Modifier and Type | Method and Description |
---|---|
void |
stateChanged(ChangeEvent<T> event)
A
ChangeEvent has been fired to notify listeners that T has changed. |
void stateChanged(ChangeEvent<T> event)
ChangeEvent
has been fired to notify listeners that T
has changed.event
- an event containing the old and new values of T
.Copyright © 2016. All Rights Reserved.