Package com.seibel.distanthorizons.api.methods.events.interfaces
package com.seibel.distanthorizons.api.methods.events.interfaces
-
InterfacesClassDescriptionIf a
IDhApiEventimplements this interface than the event can be canceled via theDhApiCancelableEventParam.cancelEvent()method.IDhApiEvent<T>The interface used by all DH Api events.If aIDhApiEventimplements this interface then the event will only ever be fired once.Deprecated.marked as deprecated since it isn't currently implemented