|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.NotificationWrapper
org.eclipse.emf.mint.util.JavaElementNotification
public class JavaElementNotification
Default implementation of IJavaElementNotification
.
Clients may extend or instantiate this class.
Field Summary |
---|
Fields inherited from class org.eclipse.emf.common.notify.NotificationWrapper |
---|
notification, notifier |
Fields inherited from interface org.eclipse.emf.mint.IJavaElementNotification |
---|
REFRESH |
Fields inherited from interface org.eclipse.emf.common.notify.Notification |
---|
ADD, ADD_MANY, CREATE, EVENT_TYPE_COUNT, MOVE, NO_FEATURE_ID, NO_INDEX, REMOVE, REMOVE_MANY, REMOVING_ADAPTER, RESOLVE, SET, UNSET |
Constructor Summary | |
---|---|
JavaElementNotification(org.eclipse.emf.common.notify.Notification notification)
Creates an instance wrapping the original Ecore notification and no model element. |
|
JavaElementNotification(org.eclipse.emf.common.notify.Notification notification,
Object element)
Creates an instance wrapping the original Ecore notification and a model element whose corresponding Java elements (may) have changed. |
Method Summary | |
---|---|
Object |
getElement()
Model element whose set of Java elements (potentially) changed. |
Methods inherited from class org.eclipse.emf.common.notify.NotificationWrapper |
---|
getEventType, getFeature, getFeatureID, getNewBooleanValue, getNewByteValue, getNewCharValue, getNewDoubleValue, getNewFloatValue, getNewIntValue, getNewLongValue, getNewShortValue, getNewStringValue, getNewValue, getNotifier, getOldBooleanValue, getOldByteValue, getOldCharValue, getOldDoubleValue, getOldFloatValue, getOldIntValue, getOldLongValue, getOldShortValue, getOldStringValue, getOldValue, getPosition, isReset, isTouch, merge, wasSet |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.emf.common.notify.Notification |
---|
getEventType, getFeature, getFeatureID, getNewBooleanValue, getNewByteValue, getNewCharValue, getNewDoubleValue, getNewFloatValue, getNewIntValue, getNewLongValue, getNewShortValue, getNewStringValue, getNewValue, getNotifier, getOldBooleanValue, getOldByteValue, getOldCharValue, getOldDoubleValue, getOldFloatValue, getOldIntValue, getOldLongValue, getOldShortValue, getOldStringValue, getOldValue, getPosition, isReset, isTouch, merge, wasSet |
Constructor Detail |
---|
public JavaElementNotification(org.eclipse.emf.common.notify.Notification notification)
notification
- Ecore notification to wrappublic JavaElementNotification(org.eclipse.emf.common.notify.Notification notification, Object element)
notification
- Ecore notification to wrapelement
- model element whose corresponding Java elements changedMethod Detail |
---|
public Object getElement()
IJavaElementNotification
getElement
in interface IJavaElementNotification
|
Copyright 2008, 2009 Ecliptical Software Inc. and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |