* Returns the object's event category. Should be overriden by child classes.
()
| 104 | * Returns the object's event category. Should be overriden by child classes. |
| 105 | */ |
| 106 | public getEventCategory(): Event.Category { |
| 107 | return Event.Category.BaseEvent; |
| 108 | } |
| 109 | |
| 110 | /** |
| 111 | * Returns a copy of this BaseEvent's internal data |
no outgoing calls
no test coverage detected