*/
public void attributeChanged(Attribute attribute)
throws IllegalActionException {
if (attribute == calCode) {
String s = calCode.getExpression();
Actor actor;
try {
actor = caltrop.interpreter.util.SourceReader.readActor(s);
} catch (Throwable ex) {
// FIXME: It would be nice if _stringToActor threw