接口 org.activiti.engine.impl.event.EventHandler
的使用

使用 EventHandler 的软件包
org.activiti.engine.impl.cfg   
org.activiti.engine.impl.event   
 

org.activiti.engine.impl.cfgEventHandler 的使用
 

类型参数类型为 EventHandlerorg.activiti.engine.impl.cfg 中的字段
protected  List<EventHandler> ProcessEngineConfigurationImpl.customEventHandlers
           
protected  Map<String,EventHandler> ProcessEngineConfigurationImpl.eventHandlers
           
 

返回 EventHandlerorg.activiti.engine.impl.cfg 中的方法
 EventHandler ProcessEngineConfigurationImpl.getEventHandler(String eventType)
           
 

返回变量类型为 EventHandler 的类型的 org.activiti.engine.impl.cfg 中的方法
 List<EventHandler> ProcessEngineConfigurationImpl.getCustomEventHandlers()
           
 Map<String,EventHandler> ProcessEngineConfigurationImpl.getEventHandlers()
           
 

类型变量类型为 EventHandlerorg.activiti.engine.impl.cfg 中的方法参数
 ProcessEngineConfigurationImpl ProcessEngineConfigurationImpl.setCustomEventHandlers(List<EventHandler> customEventHandlers)
           
 ProcessEngineConfigurationImpl ProcessEngineConfigurationImpl.setEventHandlers(Map<String,EventHandler> eventHandlers)
           
 

org.activiti.engine.impl.eventEventHandler 的使用
 

实现 EventHandlerorg.activiti.engine.impl.event 中的类
 class AbstractEventHandler
           
 class CompensationEventHandler
           
 class MessageEventHandler
           
 class SignalEventHandler
           
 



Copyright © 2013 Alfresco. All rights reserved.