org.rubato.composer
Interface RunInfo


public interface RunInfo

A RunInfo provides information about the current running network.

Author:
Gérard Milmeister

Method Summary
 void addMessage(RubetteModel rubette, java.lang.String msg)
          Adds a progress message for the specified rubette.
 boolean stopped()
          Returns true iff the current running network has been stopped.
 

Method Detail

stopped

boolean stopped()
Returns true iff the current running network has been stopped.


addMessage

void addMessage(RubetteModel rubette,
                java.lang.String msg)
Adds a progress message for the specified rubette.