public interface AtomicValueEventListener<V>
| Modifier and Type | Method and Description |
|---|---|
void |
event(AtomicValueEvent<V> event)
Reacts to the specified event.
|
void event(AtomicValueEvent<V> event)
event - the eventCopyright © 2015. All rights reserved.