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 INotificationServicedirtyPes - the dirty pespublic PictogramElement[] calculateRelatedPictogramElements(java.lang.Object[] changedBOs)
calculateRelatedPictogramElements in interface INotificationServicechangedBOs - the changed business objects