Humboldt Alignment Editor 2.5.0

eu.esdihumboldt.hale.ui.service.align
Interface AlignmentServiceListener

All Known Implementing Classes:
AlignmentServiceAdapter

public interface AlignmentServiceListener

Listener for alignment service events

Author:
Simon Templer
Partner:
01 / Fraunhofer Institute for Computer Graphics Research

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

alignmentCleared

void alignmentCleared()
Called when the alignment has been cleared


cellsAdded

void cellsAdded(Iterable<Cell> cells)
Called when cells have been added

Parameters:
cells - the cells that have been added

cellReplaced

void cellReplaced(Cell oldCell,
                  Cell newCell)
Called when an existing cell has been replaced by another.

Parameters:
oldCell - the old cell that has been replaced
newCell - the new cell that has replaced the other

cellsRemoved

void cellsRemoved(Iterable<Cell> cells)
Called when existing cells have been removed

Parameters:
cells - the cells that have been removed

Humboldt Alignment Editor 2.5.0

Build 2012-12-03_12-30-59
Revision 9d2dd4b0318cda9f1393b1ddd390f7f792d70a2d