dispatch abstract method

void dispatch(
  1. V event
)

Called internally from RendererFire only to trigger a certain event of type V

Implementation

void dispatch(V event);