org.herac.tuxguitar.gui.editors
Interface TGUpdateListener

All Known Implementing Classes:
ItemManager, LyricEditor, MarkerList, TablatureEditor, TGMixer, TGTableViewer, TGTransport

public interface TGUpdateListener


Field Summary
static int SELECTION
           
static int SONG_LOADED
           
static int SONG_UPDATED
           
 
Method Summary
 void doUpdate(int type)
           
 

Field Detail

SELECTION

static final int SELECTION
See Also:
Constant Field Values

SONG_UPDATED

static final int SONG_UPDATED
See Also:
Constant Field Values

SONG_LOADED

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

doUpdate

void doUpdate(int type)