org.argouml.application.events
Interface ArgoNotationEventListener

All Superinterfaces:
ArgoEventListener, java.util.EventListener
All Known Implementing Classes:
FigEdgeModelElement, FigNodeModelElement, NotationComboBox, TabSrc

public interface ArgoNotationEventListener
extends ArgoEventListener

An interface that objects interested in NotationEvent notifications must extend.

Since:
0.9.4

Method Summary
 void notationAdded(ArgoNotationEvent e)
          Invoked when a notation has been added.
 void notationChanged(ArgoNotationEvent e)
          Invoked when any aspect of the notation has been changed.
 void notationProviderAdded(ArgoNotationEvent e)
          Invoked when a notation provider has been added.
 void notationProviderRemoved(ArgoNotationEvent e)
          Invoked when a notation provider has been removed.
 void notationRemoved(ArgoNotationEvent e)
          Invoked when a notation has been removed.
 

Method Detail

notationChanged

public void notationChanged(ArgoNotationEvent e)
Invoked when any aspect of the notation has been changed.


notationAdded

public void notationAdded(ArgoNotationEvent e)
Invoked when a notation has been added.


notationRemoved

public void notationRemoved(ArgoNotationEvent e)
Invoked when a notation has been removed.


notationProviderAdded

public void notationProviderAdded(ArgoNotationEvent e)
Invoked when a notation provider has been added.


notationProviderRemoved

public void notationProviderRemoved(ArgoNotationEvent e)
Invoked when a notation provider has been removed.



ArgoUML © 1996-2003 (20030829)ArgoUML Project HomeArgoUML Cookbook