public interface ChainedEventObserver extends ChainedObserver
Events can have an associated parameter the use of which is left up to the implementors of both the producer and consumer of events.
| Modifier and Type | Method and Description |
|---|---|
void |
event(long time,
long latency)
Called to indicate an event happened.
|
Copyright © 2018. All rights reserved.