EventSource

Trait that represent an EventSource, so a source that can emit events of type Event.

class Object
trait Matchable
class Any

Value members

Abstract methods

def events: Observable[Event]
Returns:

an observable that allow to receive all the Event emitted by the EventSource.