Skip to content

Instantly share code, notes, and snippets.

@JohnChangUK
Created January 9, 2021 13:48
Show Gist options
  • Save JohnChangUK/bc11204751b024d40b8757171bf8f320 to your computer and use it in GitHub Desktop.
Save JohnChangUK/bc11204751b024d40b8757171bf8f320 to your computer and use it in GitHub Desktop.
EventHandler
public interface EventHandler<T extends Event, R extends Event> {
R handleEvent(T event);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment