String actionCommand = target.getActionCommand();
NamedObj model = getModel();
if (model instanceof CompositeActor) {
try {
Debuggable debug;
if (actionCommand.equals("Listen to Manager")) {
debug = ((CompositeActor) model).getManager();
} else if (actionCommand.equals("Listen to Director")) {
debug = ((CompositeActor) model).getDirector();