Interface ConnectableEventSource
-
- All Known Subinterfaces:
JobEventSource
- All Known Implementing Classes:
JobEventSourceHandlerGroup
public interface ConnectableEventSource
Defines a Connectable source of events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
connect()
Tell the source to start emitting.void
disconnect()
Tell the source to stop emitting.
-