org.eclipse.emf.edit.provider
Class ItemProvider.ItemProviderNotification

java.lang.Object
  |
  +--org.eclipse.emf.common.notify.impl.NotificationImpl
        |
        +--org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotification
All Implemented Interfaces:
Notification
Enclosing class:
ItemProvider

public class ItemProvider.ItemProviderNotification
extends NotificationImpl

This class implements a Notification for an ItemProvider.


Fields inherited from class org.eclipse.emf.common.notify.impl.NotificationImpl
eventType, IS_SET_CHANGE_INDEX, newIEEEPrimitiveValue, newSimplePrimitiveValue, newValue, oldIEEEPrimitiveValue, oldSimplePrimitiveValue, oldValue, position, PRIMITIVE_TYPE_BOOLEAN, PRIMITIVE_TYPE_BYTE, PRIMITIVE_TYPE_CHAR, PRIMITIVE_TYPE_DOUBLE, PRIMITIVE_TYPE_FLOAT, PRIMITIVE_TYPE_INT, PRIMITIVE_TYPE_LONG, PRIMITIVE_TYPE_OBJECT, PRIMITIVE_TYPE_SHORT, primitiveType
 
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
ItemProvider.ItemProviderNotification(int eventType, java.lang.Object oldValue, java.lang.Object newValue, int position)
           
 
Method Summary
 java.lang.Object getNotifier()
          Returns the object affected by the change.
 
Methods inherited from class org.eclipse.emf.common.notify.impl.NotificationImpl
getEventType, getFeature, getFeatureDefaultValue, getFeatureID, getNewBooleanValue, getNewByteValue, getNewCharValue, getNewDoubleValue, getNewFloatValue, getNewIntValue, getNewLongValue, getNewShortValue, getNewStringValue, getNewValue, getOldBooleanValue, getOldByteValue, getOldCharValue, getOldDoubleValue, getOldFloatValue, getOldIntValue, getOldLongValue, getOldShortValue, getOldStringValue, getOldValue, getPosition, isReset, isTouch, merge
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemProvider.ItemProviderNotification

public ItemProvider.ItemProviderNotification(int eventType,
                                             java.lang.Object oldValue,
                                             java.lang.Object newValue,
                                             int position)
Method Detail

getNotifier

public java.lang.Object getNotifier()
Description copied from interface: Notification
Returns the object affected by the change.
Overrides:
getNotifier in class NotificationImpl
Following copied from interface: org.eclipse.emf.common.notify.Notification
Returns:
the object affected by the change.

Copyright 2001-2002 IBM Corporation and others.
All Rights Reserved.