v3/socket_io_common/src/util/event_emitter library
event_emitter.dart
Purpose:
Description:
History: 11/23/2016, Created by Henri Chenhenrichen@potix.com
Copyright (C) 2016 Potix Corporation. All Rights Reserved.
Classes
- EventEmitter
- Generic event emitting and handling.
Typedefs
-
EventHandler<
T> = dynamic Function(T data) - Handler type for handling the event emitted by an EventEmitter.