|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AlignmentServiceListener
Listener for alignment service events
Method Summary | |
---|---|
void |
alignmentCleared()
Called when the alignment has been cleared |
void |
cellReplaced(Cell oldCell,
Cell newCell)
Called when an existing cell has been replaced by another. |
void |
cellsAdded(Iterable<Cell> cells)
Called when cells have been added |
void |
cellsRemoved(Iterable<Cell> cells)
Called when existing cells have been removed |
Method Detail |
---|
void alignmentCleared()
void cellsAdded(Iterable<Cell> cells)
cells
- the cells that have been addedvoid cellReplaced(Cell oldCell, Cell newCell)
oldCell
- the old cell that has been replacednewCell
- the new cell that has replaced the othervoid cellsRemoved(Iterable<Cell> cells)
cells
- the cells that have been removed
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |