add<T> abstract method

void add<T>(
  1. T event
)

Add an event to the bus. The type argument is needed for caching.

Implementation

void add<T>(T event);