org.camunda.bpm.engine.impl.pvm
Class PvmEvent

java.lang.Object
  extended by org.camunda.bpm.engine.impl.pvm.PvmEvent

public class PvmEvent
extends Object

Author:
Tom Baeyens

Field Summary
static String EVENTNAME_END
           
static String EVENTNAME_START
           
static String EVENTNAME_TAKE
           
 
Constructor Summary
PvmEvent()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EVENTNAME_START

public static final String EVENTNAME_START
See Also:
Constant Field Values

EVENTNAME_END

public static final String EVENTNAME_END
See Also:
Constant Field Values

EVENTNAME_TAKE

public static final String EVENTNAME_TAKE
See Also:
Constant Field Values
Constructor Detail

PvmEvent

public PvmEvent()


Copyright © 2017 camunda services GmbH. All rights reserved.