ptolemy.vergil
Class TypeAnimatorApplet.PortTypeListener

java.lang.Object
  extended by ptolemy.vergil.TypeAnimatorApplet.PortTypeListener
All Implemented Interfaces:
TypeListener
Enclosing class:
TypeAnimatorApplet

private class TypeAnimatorApplet.PortTypeListener
extends java.lang.Object
implements TypeListener


Constructor Summary
private TypeAnimatorApplet.PortTypeListener()
           
 
Method Summary
 void typeChanged(TypeEvent event)
          React to the fact that the type of a Typeable is changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeAnimatorApplet.PortTypeListener

private TypeAnimatorApplet.PortTypeListener()
Method Detail

typeChanged

public void typeChanged(TypeEvent event)
Description copied from interface: TypeListener
React to the fact that the type of a Typeable is changed.

Specified by:
typeChanged in interface TypeListener
Parameters:
event - The type change event.