212213214215216217218219220221222
TopicListener listener; while ( listenerIterator.hasNext() ) { listener = (TopicListener) listenerIterator.next(); listener.topicAdded( topic ); } } public synchronized void topicChanged( Topic topic ) {