org.apache.tuscany.core.injection
Class MethodEventInvoker<T>
java.lang.Object
org.apache.tuscany.core.injection.MethodEventInvoker<T>
- All Implemented Interfaces:
- EventInvoker<T>
public class MethodEventInvoker<T>
- extends Object
- implements EventInvoker<T>
Performs an wire on a method of a given instance
- Version:
- $Rev: 408581 $ $Date: 2006-05-21 23:34:24 -0700 (Sun, 21 May 2006) $
Method Summary |
void |
invokeEvent(T instance)
Performs the wire on a given instance |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodEventInvoker
public MethodEventInvoker(Method method)
- Intantiates an invoker for the given method
invokeEvent
public void invokeEvent(T instance)
throws ObjectCallbackException
- Description copied from interface:
EventInvoker
- Performs the wire on a given instance
- Specified by:
invokeEvent
in interface EventInvoker<T>
- Throws:
ObjectCallbackException
-