org.camunda.bpm.engine.impl.core.variable.event
Class VariableEvent

java.lang.Object
  extended by org.camunda.bpm.engine.impl.core.variable.event.VariableEvent

public class VariableEvent
extends Object

Author:
Thorben Lindhauer

Field Summary
protected  String eventName
           
protected  AbstractVariableScope sourceScope
           
protected  VariableInstance variableInstance
           
 
Constructor Summary
VariableEvent(VariableInstance variableInstance, String eventName, AbstractVariableScope sourceScope)
           
 
Method Summary
 String getEventName()
           
 AbstractVariableScope getSourceScope()
           
 VariableInstance getVariableInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

variableInstance

protected VariableInstance variableInstance

eventName

protected String eventName

sourceScope

protected AbstractVariableScope sourceScope
Constructor Detail

VariableEvent

public VariableEvent(VariableInstance variableInstance,
                     String eventName,
                     AbstractVariableScope sourceScope)
Method Detail

getVariableInstance

public VariableInstance getVariableInstance()

getEventName

public String getEventName()

getSourceScope

public AbstractVariableScope getSourceScope()


Copyright © 2016 camunda services GmbH. All rights reserved.