public static interface SignalView.Listener<T> extends Reactor.RListener
Slot rather than this
listener, but this interface exists to allow Java 8 lambdas to be used as well.| Modifier and Type | Method and Description |
|---|---|
void |
onEmit(T event)
Called when a signal to which this slot is connected has emitted an event.
|
void onEmit(T event)
event - the event emitted by the signal.Copyright © 2017. All rights reserved.