public class AdditionalStateTrackers extends java.lang.Object implements DataStorageListener
Constructor and Description |
---|
AdditionalStateTrackers() |
Modifier and Type | Method and Description |
---|---|
void |
baseMatrixAdded(CoolMapMatrix newMatrix) |
void |
baseMatrixToBeRemoved(CoolMapMatrix matrixToBeRemoved) |
void |
coolMapObjectAdded(CoolMapObject newObject) |
void |
coolMapObjectToBeDestroyed(CoolMapObject objectToBeDestroyed) |
void |
coolMapViewAdded(CoolMapObject object) |
void |
coolMapViewDestroyed(CoolMapObject viewDestroyedCoolMapObject) |
void |
ontologyAdded(CoolMapOntologyImpl ontology) |
void |
ontologyToBeDestroyed(CoolMapOntologyImpl ontology) |
public void coolMapObjectAdded(CoolMapObject newObject)
coolMapObjectAdded
in interface DataStorageListener
public void coolMapObjectToBeDestroyed(CoolMapObject objectToBeDestroyed)
coolMapObjectToBeDestroyed
in interface DataStorageListener
public void baseMatrixAdded(CoolMapMatrix newMatrix)
baseMatrixAdded
in interface DataStorageListener
public void baseMatrixToBeRemoved(CoolMapMatrix matrixToBeRemoved)
baseMatrixToBeRemoved
in interface DataStorageListener
public void ontologyAdded(CoolMapOntologyImpl ontology)
ontologyAdded
in interface DataStorageListener
public void ontologyToBeDestroyed(CoolMapOntologyImpl ontology)
ontologyToBeDestroyed
in interface DataStorageListener
public void coolMapViewDestroyed(CoolMapObject viewDestroyedCoolMapObject)
coolMapViewDestroyed
in interface DataStorageListener
public void coolMapViewAdded(CoolMapObject object)
coolMapViewAdded
in interface DataStorageListener