SpatialViewEventManager

Provides event subscription for a SpatialView's content.

Inheritors

Functions

Link copied to clipboard
@MainThread
abstract fun <T : Event> subscribe(eventType: Class<T>, on: EventSource? = null, componentType: Class<out Component>? = null, subscriber: EventSubscriber<T>): Cancellable

Subscribes to events of the specified type.