org.jbpm.model
Interface Event


public interface Event

event constants.

Author:
Tom Baeyens

Field Summary
static java.lang.String END
          fired when a process or an activity ends
static java.lang.String START
          fired when a process or an activity starts
static java.lang.String TAKE
          fired when a transition is being taken
 

Field Detail

TAKE

static final java.lang.String TAKE
fired when a transition is being taken

See Also:
Constant Field Values

START

static final java.lang.String START
fired when a process or an activity starts

See Also:
Constant Field Values

END

static final java.lang.String END
fired when a process or an activity ends

See Also:
Constant Field Values


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