public interface EventObserver
Modifier and Type | Method and Description |
---|---|
void |
handleEventChange(org.apache.commons.math3.util.Pair<stream.Data,String> itemKeyPair)
Pass the event to this observer.
|
void handleEventChange(org.apache.commons.math3.util.Pair<stream.Data,String> itemKeyPair)
itemKeyPair
- the current data item we want to displayCopyright © 2019. All rights reserved.