EventListener 类型定义

EventListener = dynamic Function(Event event)

实现

typedef EventListener(Event event);