handlers.put(hn, res);
//Calling the listeners
Iterator iterator = monologFactoryListeners.iterator ();
while (iterator.hasNext ()) {
MonologFactoryListener mfl = ((MonologFactoryListener)iterator.next ());
mfl.handlerCreated(res);
}
return res;
}
public Handler[] getHandlers() {