Humboldt Alignment Editor 2.5.0

eu.esdihumboldt.hale.ui.service.align
Class AlignmentServiceAdapter

java.lang.Object
  extended by eu.esdihumboldt.hale.ui.service.align.AlignmentServiceAdapter
All Implemented Interfaces:
AlignmentServiceListener

public abstract class AlignmentServiceAdapter
extends Object
implements AlignmentServiceListener

Adapter for alignment service listeners

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

Constructor Summary
AlignmentServiceAdapter()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlignmentServiceAdapter

public AlignmentServiceAdapter()
Method Detail

alignmentCleared

public void alignmentCleared()
Description copied from interface: AlignmentServiceListener
Called when the alignment has been cleared

Specified by:
alignmentCleared in interface AlignmentServiceListener
See Also:
AlignmentServiceListener.alignmentCleared()

cellsRemoved

public void cellsRemoved(Iterable<Cell> cells)
Description copied from interface: AlignmentServiceListener
Called when existing cells have been removed

Specified by:
cellsRemoved in interface AlignmentServiceListener
Parameters:
cells - the cells that have been removed
See Also:
AlignmentServiceListener.cellsRemoved(Iterable)

cellReplaced

public void cellReplaced(Cell oldCell,
                         Cell newCell)
Description copied from interface: AlignmentServiceListener
Called when an existing cell has been replaced by another.

Specified by:
cellReplaced in interface AlignmentServiceListener
Parameters:
oldCell - the old cell that has been replaced
newCell - the new cell that has replaced the other
See Also:
AlignmentServiceListener.cellReplaced(Cell, Cell)

cellsAdded

public void cellsAdded(Iterable<Cell> cells)
Description copied from interface: AlignmentServiceListener
Called when cells have been added

Specified by:
cellsAdded in interface AlignmentServiceListener
Parameters:
cells - the cells that have been added
See Also:
AlignmentServiceListener.cellsAdded(Iterable)

Humboldt Alignment Editor 2.5.0

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