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.eventMethods in org.chenile.core.event with parameters of type ChenileEventDefinitionModifier and TypeMethodDescriptionvoidEventProcessor.handleEvent(ChenileEventDefinition ced, ChenileExchange chenileExchange) 
- 
Uses of ChenileEventDefinition in org.chenile.core.initMethods 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 voidChenileEventInitializer.registerModelInChenile(ChenileEventDefinition event) 
- 
Uses of ChenileEventDefinition in org.chenile.core.modelFields in org.chenile.core.model with type parameters of type ChenileEventDefinitionModifier and TypeFieldDescriptionprivate Map<String,ChenileEventDefinition> ChenileConfiguration.eventsMethods in org.chenile.core.model that return types with arguments of type ChenileEventDefinitionMethods in org.chenile.core.model with parameters of type ChenileEventDefinitionModifier and TypeMethodDescriptionvoidChenileConfiguration.addEvent(ChenileEventDefinition event)