An interface for objects that will handle history events.
- Source:
Methods
handleHistoryEvent(eventType, command) → {void}
Parameters:
Name | Type | Description |
---|---|---|
eventType |
string | One of the HistoryEvent types |
command |
module:history~Command#event:history |
- Source:
Listens to Events:
Returns:
- Type
- void