TIBCO ActiveMatrix Mediation Implementation Type v3.3.1

com.tibco.amsb.core.task.ui.property
Class PropertyAdapter

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.AdapterImpl
      extended by com.tibco.amsb.core.task.ui.property.PropertyAdapter
All Implemented Interfaces:
org.eclipse.emf.common.notify.Adapter, org.eclipse.emf.common.notify.Adapter.Internal

public class PropertyAdapter
extends org.eclipse.emf.common.notify.impl.AdapterImpl

Notification mechanism to propagate changes in model objects to the BasePropertySection objects so they can refresh.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
org.eclipse.emf.common.notify.Adapter.Internal
 
Field Summary
protected  BasePropertySection section
           
 
Fields inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
target
 
Constructor Summary
PropertyAdapter(BasePropertySection section)
          Create an adapter object to watch for model changes
 
Method Summary
 void notifyChanged(org.eclipse.emf.common.notify.Notification msg)
          Override base method to tell the section that the model changed
 
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
 

Field Detail

section

protected BasePropertySection section
Constructor Detail

PropertyAdapter

public PropertyAdapter(BasePropertySection section)
Create an adapter object to watch for model changes

Parameters:
section - - notify this section when a change occurs
Method Detail

notifyChanged

public void notifyChanged(org.eclipse.emf.common.notify.Notification msg)
Override base method to tell the section that the model changed

Specified by:
notifyChanged in interface org.eclipse.emf.common.notify.Adapter
Overrides:
notifyChanged in class org.eclipse.emf.common.notify.impl.AdapterImpl

TIBCO ActiveMatrix Mediation Implementation Type v3.3.1

Copyright © 2010 TIBCO Software Inc. All Rights Reserved.