public interface EventBusProvider
This can be advantageous if given a list of varying objects that may emit certain events: a listener can be registered for all of them with essentially no repercussions if the target event isn't supported.
| Modifier and Type | Method and Description |
|---|---|
EventBusClient |
bus()
Gets the EventBusClient for this ClientSession, which allows other
classes to register themselves to receive event notifications.
|
EventBusClient bus()
EventBusClient for this classCopyright © 2014. All rights reserved.