Class: CSEvent
| Defined in: | lib/emitter.coffee |
| Inherits: | CSObject |
Overview
Class CSEvent is object to throw when event call.
Property Summary
- (String) name
- name of a event
- (Number) ts
- timestamp in milliseconds
- (*) value
- optional parameter
- (CSEmitter) target
- link to object, when fire event
Instance Method Summary
- # (null) destructor() kill all links
Inherited Method Summary
Methods inherited from
CSObject
Constructor Details
#
(void)
constructor(name, target, value)
Create event with name name by object target with
optionally any data value
Instance Method Details
#
(null)
destructor()
kill all links