public abstract class AlignmentServiceAdapter extends Object implements AlignmentServiceListener
Constructor and Description |
---|
AlignmentServiceAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
alignmentChanged()
Called when the alignment had some unspecified update.
|
void |
alignmentCleared()
Called when the alignment has been cleared
|
void |
cellsAdded(Iterable<Cell> cells)
Called when cells have been added
|
void |
cellsPropertyChanged(Iterable<Cell> cells,
String propertyName)
Called when existing cells have been modified
|
void |
cellsRemoved(Iterable<Cell> cells)
Called when existing cells have been removed
|
void |
cellsReplaced(Map<? extends Cell,? extends Cell> cells)
Called when an existing cell has been replaced by another.
|
public void alignmentCleared()
AlignmentServiceListener
alignmentCleared
in interface AlignmentServiceListener
AlignmentServiceListener.alignmentCleared()
public void cellsRemoved(Iterable<Cell> cells)
AlignmentServiceListener
cellsRemoved
in interface AlignmentServiceListener
cells
- the cells that have been removedAlignmentServiceListener.cellsRemoved(Iterable)
public void cellsReplaced(Map<? extends Cell,? extends Cell> cells)
AlignmentServiceListener
cellsReplaced
in interface AlignmentServiceListener
cells
- a mapping from replaced cell to new cellAlignmentServiceListener.cellsReplaced(Map)
public void cellsAdded(Iterable<Cell> cells)
AlignmentServiceListener
cellsAdded
in interface AlignmentServiceListener
cells
- the cells that have been addedAlignmentServiceListener.cellsAdded(Iterable)
public void cellsPropertyChanged(Iterable<Cell> cells, String propertyName)
AlignmentServiceListener
cellsPropertyChanged
in interface AlignmentServiceListener
cells
- the cells that have been modifiedpropertyName
- the name of the property that changedAlignmentServiceListener.cellsPropertyChanged(java.lang.Iterable,
java.lang.String)
public void alignmentChanged()
AlignmentServiceListener
alignmentChanged
in interface AlignmentServiceListener
AlignmentServiceListener.alignmentChanged()
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a