Groovy Documentation

org.codehaus.griffon.runtime.tasks
[Java] Class EventEmitter.EventInvocationHandler

java.lang.Object
  org.codehaus.griffon.runtime.tasks.EventEmitter.EventInvocationHandler
All Implemented Interfaces:
InvocationHandler

protected class EventEmitter.EventInvocationHandler

Constructor Summary
EventEmitter.EventInvocationHandler()

 
Method Summary
Object invoke(Object proxy, Method method, Object[] args)

protected boolean invokeListener(Object l, Method method, Object[] args)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

EventEmitter.EventInvocationHandler

EventEmitter.EventInvocationHandler()


 
Method Detail

invoke

public Object invoke(Object proxy, Method method, Object[] args)


invokeListener

protected boolean invokeListener(Object l, Method method, Object[] args)


 

Groovy Documentation