org.eclipse.emf.databinding.internal
Class EMFPropertyListener.EMFMapPropertyListener

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.AdapterImpl
      extended by org.eclipse.emf.databinding.internal.EMFPropertyListener
          extended by org.eclipse.emf.databinding.internal.EMFPropertyListener.EMFMapPropertyListener
All Implemented Interfaces:
INativePropertyListener, Adapter, Adapter.Internal
Enclosing class:
EMFPropertyListener

public abstract static class EMFPropertyListener.EMFMapPropertyListener
extends EMFPropertyListener


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.databinding.internal.EMFPropertyListener
EMFPropertyListener.EMFListPropertyListener, EMFPropertyListener.EMFMapPropertyListener, EMFPropertyListener.EMFSetPropertyListener, EMFPropertyListener.EMFValuePropertyListener
 
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
EMFPropertyListener.EMFMapPropertyListener()
           
 
Method Summary
 void addTo(java.lang.Object source)
           
 void notifyChanged(Notification msg)
          Does nothing; clients may override so that it does something.
 void removeFrom(java.lang.Object source)
           
 
Methods inherited from class org.eclipse.emf.databinding.internal.EMFPropertyListener
getFeature, getListener, getOwner
 
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

EMFPropertyListener.EMFMapPropertyListener

public EMFPropertyListener.EMFMapPropertyListener()
Method Detail

addTo

public void addTo(java.lang.Object source)
Specified by:
addTo in interface INativePropertyListener
Overrides:
addTo in class EMFPropertyListener

removeFrom

public void removeFrom(java.lang.Object source)
Specified by:
removeFrom in interface INativePropertyListener
Overrides:
removeFrom in class EMFPropertyListener

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
Specified by:
notifyChanged in class EMFPropertyListener
Parameters:
msg - a description of the change.

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