public class DefaultNotificationService extends java.lang.Object implements INotificationService
Constructor and Description |
---|
DefaultNotificationService(IDiagramTypeProvider diagramTypeProvider)
Creates a new
DefaultNotificationService . |
Modifier and Type | Method and Description |
---|---|
PictogramElement[] |
calculateRelatedPictogramElements(java.lang.Object[] changedBOs)
Calculate dirty pictogram elements.
|
void |
updatePictogramElements(PictogramElement[] dirtyPes)
Update dirty pictogram elements.
|
public DefaultNotificationService(IDiagramTypeProvider diagramTypeProvider)
DefaultNotificationService
.diagramTypeProvider
- the diagram type providerpublic void updatePictogramElements(PictogramElement[] dirtyPes)
updatePictogramElements
in interface INotificationService
dirtyPes
- the dirty pespublic PictogramElement[] calculateRelatedPictogramElements(java.lang.Object[] changedBOs)
calculateRelatedPictogramElements
in interface INotificationService
changedBOs
- the changed business objects