247248249250251252253254255256
} if ( machine instanceof IStackWatcherHost ) { IStackWatcherHost swh = (IStackWatcherHost) machine; ItemWatcher iw = new ItemWatcher( this, swh ); watchers.put( node, iw ); swh.updateWatcher( iw ); } }