Interface TransformationListener

  • All Known Implementing Classes:
    Match, Transform

    public interface TransformationListener
    A listener interface for changes caused in a model transformation.
    Since:
    Ptolemy II 8.0
    Version:
    $Id$
    Author:
    Thomas Huining Feng
    Pt.AcceptedRating:
    Red (tfeng)
    Pt.ProposedRating:
    Yellow (tfeng)
    • Method Detail

      • addObject

        void addObject​(NamedObj object)
        Invoked when the specified object is added to a container.
        Parameters:
        object - The added object.