Tuscany Core

org.apache.tuscany.core.injection
Class NullEventInvoker<T>

java.lang.Object
  extended by 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) $

Field Summary
static EventInvoker<?> NULL_INVOKER
           
 
Constructor Summary
NullEventInvoker()
           
 
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
 

Field Detail

NULL_INVOKER

public static final EventInvoker<?> NULL_INVOKER
Constructor Detail

NullEventInvoker

public NullEventInvoker()
Method Detail

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>

Tuscany Core

-