hunt.proton.engine.EventType

Undocumented in source.

Members

Interfaces

EventType
interface EventType

Entry point for external libraries to add event types. Event types should be <code>static</code> fields. EventType instances are compared by reference. <p> Event types are best described by an <code>enum</code> that implements the {@link EventType} interface, see {@link Event.Type}.

Meta