* @return The result of invoking the handlers (null by default)
*/
public Object afterCreate(FacesContext context, UIComponent component) {
// Invoke "afterCreate" handlers
return dispatchHandlers(
context, AFTER_CREATE, new AfterCreateEvent(component));
}