Interface PathwayObjectListener

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

public interface PathwayObjectListener
extends java.util.EventListener
Implement this if you want to be notified of changes to properties of a PathwayElement. For example, this is used by DatanodeDialog or by PropertyTableModel to keep up to date with changes in the selected PathwayElement.
Author:
unknown
  • Method Summary

    Modifier and Type Method Description
    void gmmlObjectModified​(PathwayObjectEvent e)
    Notifies of pathway object changes.
  • Method Details

    • gmmlObjectModified

      void gmmlObjectModified​(PathwayObjectEvent e)
      Notifies of pathway object changes.
      Parameters:
      e - the pathway object event.