Uses of Interface
eu.cloudnetservice.driver.event.Cancelable
Packages that use Cancelable
Package
Description
-
Uses of Cancelable in eu.cloudnetservice.driver.event.events.module
Classes in eu.cloudnetservice.driver.event.events.module that implement CancelableModifier and TypeClassDescriptionfinal classThis event is being called after a module has been loaded and before the tasks with the lifecycleModuleLifeCycle.LOADEDof this module have been fired.final classThis event is being called before a module has been reloaded and the tasks with the lifecycleModuleLifeCycle.RELOADINGof this module have been fired.final classThis event is being called before a module has been started and the tasks with the lifecycleModuleLifeCycle.STARTEDof this module have been fired.final classThis event is being called before a module has been stopped and the tasks with the lifecycleModuleLifeCycle.STOPPEDof this module have been fired. -
Uses of Cancelable in eu.cloudnetservice.driver.event.events.network
Classes in eu.cloudnetservice.driver.event.events.network that implement CancelableModifier and TypeClassDescriptionfinal classAn event being fired when a network channel get initialized either on the client or server side.