Class ListenFeedBackDelay

  • All Implemented Interfaces:
    java.lang.Cloneable, Actor, Executable, FiringsRecordable, Initializable, TypedActor, Changeable, Debuggable, DebugListener, Derivable, Instantiable, ModelErrorHandler, MoMLExportable, Moveable, Nameable
    Direct Known Subclasses:
    ZenoDelay

    public class ListenFeedBackDelay
    extends FeedBackDelay
    An FeedBackDelay actor that can notify an ExecEventListener of ExecEvents. In particular, the listener will be notified each time the prefire(), postfire() and wrapup() methods of this actor are invoked. Such notification is enabled by adding an ExecEventListener to this actor's listener list via the addListeners() method. Listeners can be removed via the removeListeners() method. ExecEventListeners are currently implemented to serve as conduits between Ptolemy II and the Diva graphical user interface.
    Since:
    Ptolemy II 0.4
    Version:
    $Id$
    Author:
    John S. Davis II
    See Also:
    NullToken
    Pt.AcceptedRating:
    Red (yuhong)
    Pt.ProposedRating:
    Red (davisj)