Modelers

org.topcased.modeler.listeners
Class DiagramListener

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.AdapterImpl
      extended by org.topcased.modeler.listeners.UIAdapterImpl
          extended by org.topcased.modeler.listeners.DiagramElementListener
              extended by org.topcased.modeler.listeners.GraphElementListener
                  extended by org.topcased.modeler.listeners.GraphNodeListener
                      extended by org.topcased.modeler.listeners.DiagramListener
All Implemented Interfaces:
Adapter, Adapter.Internal
Direct Known Subclasses:
DiagramEditPart.DiagramEditPartListener

public abstract class DiagramListener
extends GraphNodeListener

Domain specific listener for Diagram.


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
DiagramListener()
           
 
Method Summary
protected abstract  void handleNameChanged()
           
protected  void safeNotifyChanged(Notification msg)
          This method is called when an event occured on the model objects.
 
Methods inherited from class org.topcased.modeler.listeners.GraphNodeListener
handleSizeChanged
 
Methods inherited from class org.topcased.modeler.listeners.GraphElementListener
activate, deactivate, handleConnectorChanged, handleContainmentChanged, handlePositionChanged, handlePresentationChanged
 
Methods inherited from class org.topcased.modeler.listeners.DiagramElementListener
handlePropertyChanged, handlePropertyChanged, handleVisibilityChanged, updateEObjectListening
 
Methods inherited from class org.topcased.modeler.listeners.UIAdapterImpl
notifyChanged
 
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

DiagramListener

public DiagramListener()
Method Detail

safeNotifyChanged

protected void safeNotifyChanged(Notification msg)
Description copied from class: UIAdapterImpl
This method is called when an event occured on the model objects.
This method is always called in the Ui thread

Overrides:
safeNotifyChanged in class GraphNodeListener
Parameters:
msg - the event notification
See Also:
UIAdapterImpl.safeNotifyChanged(org.eclipse.emf.common.notify.Notification)

handleNameChanged

protected abstract void handleNameChanged()

Modelers

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.