net.sf.jmp3renamer
Interface RowObserver

All Known Implementing Classes:
SplitPanel

public interface RowObserver

Author:
hampelratte@users.sf.net New Observer, which allows more precise updates. Introduced to avoid the glint of the filetable while renaming.

Field Summary
static int INSERT
           
static int REMOVE
           
static int REMOVEALL
           
static int UPDATE
           
 
Method Summary
 void update(Object o, int row, int action)
           
 

Field Detail

REMOVEALL

static final int REMOVEALL
See Also:
Constant Field Values

REMOVE

static final int REMOVE
See Also:
Constant Field Values

UPDATE

static final int UPDATE
See Also:
Constant Field Values

INSERT

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

update

void update(Object o,
            int row,
            int action)