* checks whether the specified event occurs at the time that has already been occupied by another event(s) * @param event the event object
(event: any)
| 1668 | * @param event the event object |
| 1669 | */ |
| 1670 | checkCollision(event: any): boolean; |
| 1671 | |
| 1672 | /** |
| 1673 | * checks whether an event has some handler(s) specified |
no outgoing calls
no test coverage detected