Calls an event with the given details @param event Event details @throws IllegalStateException Thrown when an asynchronous event is fired from synchronous code. Note: This is best-effort basis, and should not be used to test synchronized state. This is an indicator for flawed
(@NotNull Event event)
| 110 | * synchronized state. This is an indicator for flawed flow logic.</i> |
| 111 | */ |
| 112 | public void callEvent(@NotNull Event event) throws IllegalStateException; |
| 113 | |
| 114 | /** |
| 115 | * Registers all the events in the given listener class |
no outgoing calls
no test coverage detected