ptolemy.actor.gt
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: TransformationListener.java 57044 2010-01-27 22:41:05Z cxh $
Author:
Thomas Huining Feng
Accepted Rating:
Red (tfeng)
Proposed Rating:
Yellow (tfeng)

Method Summary
 void addObject(NamedObj object)
          Invoked when the specified object is added to a container.
 

Method Detail

addObject

void addObject(NamedObj object)
Invoked when the specified object is added to a container.

Parameters:
object - The added object.