public ComponentMessagesSource buildComponentMessagesSource(
@InjectService("tapestry.internal.UpdateListenerHub")
UpdateListenerHub updateListenerHub)
{
ComponentMessagesSourceImpl service = new ComponentMessagesSourceImpl();
updateListenerHub.addUpdateListener(service);
return service;
}