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