org.jbpm.pvm.model
Interface Event


public interface Event

event constants.

Author:
Tom Baeyens

Field Summary
static String NODE_BEGIN
           
static String NODE_END
           
static String PROCESS_BEGIN
           
static String PROCESS_END
           
static String TRANSITION_TAKE
           
 

Field Detail

TRANSITION_TAKE

static final String TRANSITION_TAKE
See Also:
Constant Field Values

PROCESS_BEGIN

static final String PROCESS_BEGIN
See Also:
Constant Field Values

PROCESS_END

static final String PROCESS_END
See Also:
Constant Field Values

NODE_BEGIN

static final String NODE_BEGIN
See Also:
Constant Field Values

NODE_END

static final String NODE_END
See Also:
Constant Field Values


Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.