2016/05/28 - Apache Tuscany has been retired.

For more information, please explore the Attic.



org.apache.tuscany.sca.implementation.java.invocation
Interface EventInvoker<T>

All Known Implementing Classes:
MethodEventInvoker

public interface EventInvoker<T>

Performs an invocation on an instance


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

Method Detail

invokeEvent

void invokeEvent(T instance)
                 throws EventInvocationException
Performs the invocation on a given instance

Throws:
EventInvocationException