Interface IDhApiOneTimeEvent<T>
- All Superinterfaces:
IBindable
,IDhApiEvent<T>
- All Known Implementing Classes:
DhApiAfterDhInitEvent
If a
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.
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
-
Method Summary
Methods inherited from interface com.seibel.distanthorizons.coreapi.interfaces.dependencyInjection.IBindable
finishDelayedSetup, getDelayedSetupComplete
Methods inherited from interface com.seibel.distanthorizons.api.methods.events.interfaces.IDhApiEvent
fireEvent, removeAfterFiring