Interface IDhApiOneTimeEvent<T>

All Superinterfaces:
IBindable, IDhApiEvent<T>
All Known Implementing Classes:
DhApiAfterDhInitEvent

public interface IDhApiOneTimeEvent<T> extends IDhApiEvent<T>
If a IDhApiEvent implements this interface then the event will only ever be fired once.
An example of this would be initial setup methods, DH won't run its initial setup more than once.

If a handler is bound to a one time event after the event has been fired, the handler will immediately fire.
Since:
API 1.0.0