EventSubscription<T extends WorldEvent> constructor

EventSubscription<T extends WorldEvent>(
  1. EventBus<T> _bus,
  2. EventHandler<T> _handler
)

Implementation

EventSubscription(this._bus, this._handler);