Tuscany Core

org.apache.tuscany.core.injection
Interface EventInvoker<T>

All Known Implementing Classes:
MethodEventInvoker, NullEventInvoker

public interface EventInvoker<T>

Performs an wire on an instance

Version:
$Rev: 408581 $ $Date: 2006-05-21 23:34:24 -0700 (Sun, 21 May 2006) $
See Also:
MethodEventInvoker

Method Summary
 void invokeEvent(T instance)
          Performs the wire on a given instance
 

Method Detail

invokeEvent

void invokeEvent(T instance)
                 throws ObjectCallbackException
Performs the wire on a given instance

Throws:
ObjectCallbackException

Tuscany Core

-