public interface IChangeListener2<T extends IModifiable> extends IChangeListener
| Modifier and Type | Method and Description |
|---|---|
void |
onChange(T modifiable)
Client method that is called to indicate that something changed.
|
onChangevoid onChange(T modifiable)
modifiable - The object that has changedCopyright © 2006–2015 Apache Software Foundation. All rights reserved.