protected ProjectWatchdog watchdog;
public ProjectController(CayenneModelerController parent) {
super(parent);
this.listenerList = new EventListenerList();
controllerStateHistory = new CircularArray(maxHistorySize);
currentState = new ControllerState();
}