public interface ChangeListener<T> extends EventListener, Serializable
ChangeGenerator,
SynchronousChange| Modifier and Type | Method and Description |
|---|---|
void |
onChange(ChangeGenerator<T> changeGenerator,
T modelObject) |
void onChange(ChangeGenerator<T> changeGenerator, T modelObject)
changeGenerator - as the generator that caused the change. Specially useful if the Listener is subscribing to multiple ChangeGeneratorsmodelObject - as the model change communicatedCopyright © 2018. All rights reserved.