Interface PathwayModelListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
Test

public interface PathwayModelListener
extends java.util.EventListener
Implement this if you want to be notified of changes to a PathwayModel. This means addition of new elements to a PathwayModel and removal of elements from a PathwayModel, but not changes to properties of a single PathwayElement For example this is used by VPathwayModel to refresh itself when a new element is added.
Author:
unknown
  • Method Summary

    Modifier and Type Method Description
    void pathwayModified​(PathwayModelEvent e)
    Notifies of pathway model modified.
  • Method Details

    • pathwayModified

      void pathwayModified​(PathwayModelEvent e)
      Notifies of pathway model modified.
      Parameters:
      e - the pathway model event.