rasmus.interpreter
Interface Commitable

All Known Implementing Classes:
GroupMenus, MidiFilterAdapter

public interface Commitable


Field Summary
static int RUNLEVEL_DEFAULT
           
static int RUNLEVEL_FIRST
           
static int RUNLEVEL_INIT
           
static int RUNLEVEL_LAST
           
 
Method Summary
 void commit()
           
 int getRunLevel()
           
 

Field Detail

RUNLEVEL_FIRST

static final int RUNLEVEL_FIRST
See Also:
Constant Field Values

RUNLEVEL_LAST

static final int RUNLEVEL_LAST
See Also:
Constant Field Values

RUNLEVEL_DEFAULT

static final int RUNLEVEL_DEFAULT
See Also:
Constant Field Values

RUNLEVEL_INIT

static final int RUNLEVEL_INIT
See Also:
Constant Field Values
Method Detail

getRunLevel

int getRunLevel()

commit

void commit()