346347348349350351352353354355356357358359
} } if ( machine instanceof IStackWatcherHost ) { IEnergyWatcher myWatcher = watchers.get( machine ); if ( myWatcher != null ) { myWatcher.clear(); watchers.remove( machine ); } } }