} else {
super.attributeChanged(attribute);
}
if ((attribute == outputActions) && _debugging) {
outputActions.addDebugListener(new StreamListener());
} else if ((attribute == setActions) && _debugging) {
setActions.addDebugListener(new StreamListener());
}
}