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... parameters)
Called to indicate an event happened.
|
Copyright © 2017. All rights reserved.