org.argouml.application.events
Interface ArgoNotationEventListener

All Superinterfaces:
ArgoEventListener, 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.

Parameters:
e - ArgoNotationEvent describing the change.

notationAdded

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

Parameters:
e - ArgoNotationEvent describing the added notation.

notationRemoved

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

Parameters:
e - ArgoNotationEvent describing the removed notation.

notationProviderAdded

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

Parameters:
e - ArgoNotationEvent describing the added notation provider.

notationProviderRemoved

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

Parameters:
e - ArgoNotationEvent describing the removed notation provider.


ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook