<!ELEMENT extension (eventType+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT eventType EMPTY>
<!ATTLIST eventType
name CDATA #REQUIRED
featureSpecific (true | false) "true"
notificationGenerator CDATA #IMPLIED>
Definition of a custom event type.
A non-translatable identifier for the custom event type.
Whether the event is specific to features only, not to objects.
Class that generates custom notifications from a list of raw EMF notifications. This is required when the model implementation does not create the custom events intrinsically.
Copyright (c) 2007 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html