// .getEventforwarding());
ExternalEventForwardingHandlerFactory f =
SimSystem.getRegistry().getFactory(
AbstractExternalEventForwardingHandlerFactory.class, ef);
ExternalEventForwardingHandler eefh = f.create(null, SimSystem.getRegistry().createContext());
SimSystem.report(Level.CONFIG, "Using " + eefh.getClass().getName()
+ " as external event forwarding mechanism.");
ParameterBlock eqfp = parameters.getSubBlock("eventqueue");
// (IEventQueue<IBasicDEVSModel>)