public class LoggingAdapter extends FilteredAdapter
FilteredAdapter to print out the notifications.| Constructor and Description |
|---|
LoggingAdapter(List<org.eclipse.emf.ecore.EClass> toLogClasses,
List<org.eclipse.emf.ecore.EReference> toLogReferences,
boolean references,
boolean attributes) |
| Modifier and Type | Method and Description |
|---|---|
void |
notifyChanged(org.eclipse.emf.common.notify.Notification notification) |
getEventTypepublic LoggingAdapter(List<org.eclipse.emf.ecore.EClass> toLogClasses, List<org.eclipse.emf.ecore.EReference> toLogReferences, boolean references, boolean attributes)
toLogClasses - The EClasses to log. If null every EClass is logged.toLogReferences - The EReferencees of the toLogClasses to log. If null every
EReference is logged.references - Log reference changes?attributes - Log attribute changes?Copyright © 2017. All rights reserved.