631632633634635636637638639640
setChanged(); notifyObservers(tm); } private synchronized void notifyShutdown() { TCommand tCommand = new TCommand(); tCommand.shutdown = true; setChanged(); notifyObservers(tCommand); }