dispatch method

void dispatch(
  1. E event
)

Implementation

void dispatch(E event) {
  add(event);
}