T - the generic typepublic interface DistributedPropertyChangedAction<T>
| Modifier and Type | Method and Description |
|---|---|
void |
distributedPropertyDidChange(com.hazelcast.core.Member member,
T oldValue,
T newValue)
Distributed property did change.
|