Uses of Interface
org.reactfx.EventSink
Packages that use EventSink
-
Uses of EventSink in org.reactfx
Subinterfaces of EventSink in org.reactfxClasses in org.reactfx that implement EventSinkModifier and TypeClassDescriptionfinal class
class
EventSource<T>
EventSource is an EventSink that serves also as an EventStream - every value pushed to EventSource is immediately emitted by it.Methods in org.reactfx with parameters of type EventSinkModifier and TypeMethodDescriptiondefault Subscription
Starts pushing all events emitted by this stream to the given event sink.