SimpleEventHandler constructor

SimpleEventHandler(
  1. Type type,
  2. EventHandlerFunc handler
)

Implementation

SimpleEventHandler(this.type, this.handler);