Uses of Class
org.chenile.core.model.ChenileEventDefinition
Packages that use ChenileEventDefinition
Package
Description
Event processing and logging classes.
Core Chenile initialization and discovery of all Chenile services.
The chief model classes that contain Service and Operation information.
-
Uses of ChenileEventDefinition in org.chenile.core.event
Methods in org.chenile.core.event with parameters of type ChenileEventDefinitionModifier and TypeMethodDescriptionvoid
EventProcessor.handleEvent
(ChenileEventDefinition ced, ChenileExchange chenileExchange) -
Uses of ChenileEventDefinition in org.chenile.core.init
Methods in org.chenile.core.init that return types with arguments of type ChenileEventDefinitionModifier and TypeMethodDescriptionprotected Class<ChenileEventDefinition>
ChenileEventInitializer.getModelType()
Methods in org.chenile.core.init with parameters of type ChenileEventDefinitionModifier and TypeMethodDescriptionprotected void
ChenileEventInitializer.registerModelInChenile
(ChenileEventDefinition event) -
Uses of ChenileEventDefinition in org.chenile.core.model
Fields in org.chenile.core.model with type parameters of type ChenileEventDefinitionModifier and TypeFieldDescriptionprivate Map<String,
ChenileEventDefinition> ChenileConfiguration.events
Methods in org.chenile.core.model that return types with arguments of type ChenileEventDefinitionMethods in org.chenile.core.model with parameters of type ChenileEventDefinitionModifier and TypeMethodDescriptionvoid
ChenileConfiguration.addEvent
(ChenileEventDefinition event)