Uses of Class
eu.cloudnetservice.driver.event.Event
Packages that use Event
Package
Description
-
Uses of Event in eu.cloudnetservice.driver.event
Methods in eu.cloudnetservice.driver.event with type parameters of type EventModifier and TypeMethodDescription<T extends Event>
TCalls the given event to the given channel, only triggering the event listeners which are specifically listening to the given channel unless the channel is *.default <T extends Event>
TEventManager.callEvent(T event) Calls the given event to the * channel, triggering all event listeners which are listening to it.Methods in eu.cloudnetservice.driver.event with parameters of type Event -
Uses of Event in eu.cloudnetservice.driver.event.events.channel
Subclasses of Event in eu.cloudnetservice.driver.event.events.channelModifier and TypeClassDescriptionfinal classAn event called when a channel message of another component is received which targets the current network component. -
Uses of Event in eu.cloudnetservice.driver.event.events.group
Subclasses of Event in eu.cloudnetservice.driver.event.events.groupModifier and TypeClassDescriptionfinal classEvent called when a group configuration was added or updated.classRepresents an event which is related group configuration handling in any way.final classEvent triggered when a group configuration was removed. -
Uses of Event in eu.cloudnetservice.driver.event.events.module
Subclasses of Event in eu.cloudnetservice.driver.event.events.moduleModifier and TypeClassDescriptionclassThe base event for all events which are related to modules.final classThis event gets called after a dependency for a module has been loaded.final classThis event is being called after a module has been loaded and the tasks with the lifecycleModuleLifeCycle.LOADEDof this module have been fired.final classThis event is being called after a module has been reloaded and the tasks with the lifecycleModuleLifeCycle.RELOADINGof this module have been fired.final classThis event is being called after a module has been started and the tasks with the lifecycleModuleLifeCycle.STARTEDof this module have been fired.final classThis event is being called after a module has been stopped and the tasks with the lifecycleModuleLifeCycle.STOPPEDof this module have been fired.final classThis event is being called after a module has been unloaded and the tasks with the lifecycleModuleLifeCycle.UNLOADEDof this module have been fired.final classThis event is being called before a dependency for a module is being loaded.final 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.final classThis event is being called after a module has been unloaded and the tasks with the lifecycleModuleLifeCycle.UNLOADEDof this module have been fired.classDefines events which will be called when a module is not yet instantiated. -
Uses of Event in eu.cloudnetservice.driver.event.events.network
Subclasses of Event in eu.cloudnetservice.driver.event.events.networkModifier and TypeClassDescriptionfinal classAn event being fired when a channel connected to either a client or server gets closed.final classAn event being fired when a network channel get initialized either on the client or server side.classRepresents any event which is related to any network channel connected to the current network component. -
Uses of Event in eu.cloudnetservice.driver.event.events.service
Subclasses of Event in eu.cloudnetservice.driver.event.events.serviceModifier and TypeClassDescriptionfinal classAn event which gets called when a deferred service creation gets a state update, either by successfully creating the service or by failing if the maximum retry count is reached.classRepresents an event which is related to services running within the cluster.final classAn event being fired when the lifecycle of a service changes.final classAn event being fired when a service prints out a message to stdout or stderr and the service logging is activated.final classAn event being fired when a service updates its information. -
Uses of Event in eu.cloudnetservice.driver.event.events.task
Subclasses of Event in eu.cloudnetservice.driver.event.events.taskModifier and TypeClassDescriptionfinal classAn event being called when a service task gets added or updated.classRepresents an event which is related to service tasks in any way.final classAn event being fired when a service task gets removed. -
Uses of Event in eu.cloudnetservice.driver.network.chunk.event
Subclasses of Event in eu.cloudnetservice.driver.network.chunk.eventModifier and TypeClassDescriptionfinal classCalled when a chunked packet transfer to the current network component was requested and is about to start.final classAn event called when a request for a chunked file transmission is received to determine the handler for the chunked transmission.