private MethodAdvice createDispatchComponentEventAdvice(Flow<EventHandlerMethodInvoker> invokers)
{
final EventHandlerMethodInvoker[] invokersArray = invokers.toArray(EventHandlerMethodInvoker.class);
return new MethodAdvice()
{
public void advise(MethodInvocation invocation)
{
// Invoke the super-class implementation first. If no super-class,
// this will do nothing and return false.