org.eclipse.emf.test.core.ecore
Class EcoreTest.NotificationCollector

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.AdapterImpl
      extended by org.eclipse.emf.test.core.ecore.EcoreTest.NotificationCollector
All Implemented Interfaces:
Adapter, Adapter.Internal
Enclosing class:
EcoreTest

public static class EcoreTest.NotificationCollector
extends AdapterImpl


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
Adapter.Internal
 
Field Summary
 
Fields inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
target
 
Constructor Summary
EcoreTest.NotificationCollector()
           
 
Method Summary
 java.util.List<Notification> getNotifications()
           
 void notifyChanged(Notification msg)
          Does nothing; clients may override so that it does something.
 
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
getTarget, isAdapterForType, setTarget, unsetTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EcoreTest.NotificationCollector

public EcoreTest.NotificationCollector()
Method Detail

getNotifications

public java.util.List<Notification> getNotifications()

notifyChanged

public void notifyChanged(Notification msg)
Description copied from class: AdapterImpl
Does nothing; clients may override so that it does something.

Specified by:
notifyChanged in interface Adapter
Overrides:
notifyChanged in class AdapterImpl
Parameters:
msg - a description of the change.

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