QueryEventListener typedef

QueryEventListener = void Function(QueryEvent event)

The handler type for QueryEvent, which is the DQuery analogy of EventListener.

Implementation

typedef void QueryEventListener(QueryEvent event);