org.apache.tuscany.core.injection
Class NullEventInvoker<T>
java.lang.Object
org.apache.tuscany.core.injection.NullEventInvoker<T>
- All Implemented Interfaces:
- EventInvoker<T>
public final class NullEventInvoker<T>
- extends Object
- implements EventInvoker<T>
A no-op invoker
- 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 |
NULL_INVOKER
public static final EventInvoker<?> NULL_INVOKER
NullEventInvoker
public NullEventInvoker()
invokeEvent
public void invokeEvent(T instance)
- Description copied from interface:
EventInvoker
- Performs the wire on a given instance
- Specified by:
invokeEvent
in interface EventInvoker<T>
-