}
//Calling the listeners
Iterator iterator = monologFactoryListeners.iterator ();
while (iterator.hasNext ()) {
MonologFactoryListener mfl = ((MonologFactoryListener)iterator.next ());
mfl.levelRemoved(removed);
}
}
}
// IMPLEMENTATION OF THE MonologFactoryListener INTERFACE //
//-----------------------------------------------//