if (theRootParent instanceof MauiApplication)
{
HTTPSession theSession = ((MauiApplication) theRootParent).getSession ();
if (theSession != null)
{
theSession.rendererCreated (new RendererEvent (this, retVal, aComponent, aClientClassification));
}
}
}
return retVal;
}