org.activiti.engine.impl.event
类 CompensationEventHandler

java.lang.Object
  继承者 org.activiti.engine.impl.event.CompensationEventHandler
所有已实现的接口:
EventHandler

public class CompensationEventHandler
extends Object
implements EventHandler

作者:
Daniel Meyer

字段摘要
static String EVENT_HANDLER_TYPE
           
 
构造方法摘要
CompensationEventHandler()
           
 
方法摘要
 String getEventHandlerType()
           
 void handleEvent(EventSubscriptionEntity eventSubscription, Object payload, CommandContext commandContext)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

EVENT_HANDLER_TYPE

public static final String EVENT_HANDLER_TYPE
另请参见:
常量字段值
构造方法详细信息

CompensationEventHandler

public CompensationEventHandler()
方法详细信息

getEventHandlerType

public String getEventHandlerType()
指定者:
接口 EventHandler 中的 getEventHandlerType

handleEvent

public void handleEvent(EventSubscriptionEntity eventSubscription,
                        Object payload,
                        CommandContext commandContext)
指定者:
接口 EventHandler 中的 handleEvent


Copyright © 2013 Alfresco. All rights reserved.