@SuppressWarnings({ "unchecked", "rawtypes" })
public void emitEvent(MapHierarchicalModel<?> model, Map<?,?> value,
YogaRequestContext context, Selector selector) throws IOException
{
emitEvent(new RenderingEvent(RenderingEventType.MAP_CHILD, model,
value, Map.class, context, selector));
}