public interface ProcessInterface
Modifier and Type | Field and Description |
---|---|
static short |
DEAD
the DEAD state of the process
|
static short |
EXECUTING
the EXECUTING state of the process
|
static short |
INITIAL
the INITIAL state of the process
|
static nl.tudelft.simulation.event.EventType |
STATE_CHANGE_EVENT
state change events are fired whenever the state of a process changes.
|
static short |
SUSPENDED
the SUSPENDED state of the process
|
static final nl.tudelft.simulation.event.EventType STATE_CHANGE_EVENT
static final short INITIAL
static final short EXECUTING
static final short SUSPENDED
static final short DEAD
Copyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.