public interface AlignmentServiceListener
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.
|
void alignmentCleared()
void cellsAdded(Iterable<Cell> cells)
cells
- the cells that have been addedvoid cellsReplaced(Map<? extends Cell,? extends Cell> cells)
cells
- a mapping from replaced cell to new cellvoid cellsRemoved(Iterable<Cell> cells)
cells
- the cells that have been removedvoid cellsPropertyChanged(Iterable<Cell> cells, String propertyName)
cells
- the cells that have been modifiedpropertyName
- the name of the property that changedvoid alignmentChanged()
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a