Interface IDhApiCancelableEvent<T>
- All Superinterfaces:
IBindable,IDhApiEvent<T>
- All Known Implementing Classes:
DhApiBeforeApplyShaderRenderEvent,DhApiBeforeDeferredRenderEvent,DhApiBeforeGenericObjectRenderEvent,DhApiBeforeRenderEvent,DhApiBeforeTextureClearEvent
If a
IDhApiEvent implements this interface than the event
can be canceled via the DhApiCancelableEventParam.cancelEvent() method.- Since:
- API 1.0.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidfireEvent(DhApiCancelableEventParam<T> input) default voidfireEvent(DhApiEventParam<T> input) Deprecated.marked as deprecated to warn that this method shouldn't be used.Methods inherited from interface com.seibel.distanthorizons.coreapi.interfaces.dependencyInjection.IBindable
finishDelayedSetup, getDelayedSetupCompleteMethods inherited from interface com.seibel.distanthorizons.api.methods.events.interfaces.IDhApiEvent
removeAfterFiring
-
Method Details