Skip to content

Instantly share code, notes, and snippets.

@sebersole
Created August 30, 2016 21:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebersole/2a4af882d0a61696dce39d242023add0 to your computer and use it in GitHub Desktop.
Save sebersole/2a4af882d0a61696dce39d242023add0 to your computer and use it in GitHub Desktop.
public class EventType<T, X extends OperationContext> {
...
;
private final String eventName;
private final Class<T> baseListenerInterface;
private final Optional<Class<X>> operationContextInterface;
private final int ordinal;
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment