Tuscany Core

org.apache.tuscany.core.context.event
Interface Event

All Known Subinterfaces:
ModuleEvent, SessionBound, SessionEnd, SessionEvent, SessionStart
All Known Implementing Classes:
AbstractEvent, AbstractRequestEvent, HttpSessionBound, HttpSessionEnd, HttpSessionEvent, InstanceCreated, ModuleStart, ModuleStop, RequestEnd, RequestStart

public interface Event

Represents an event that is propagated in the runtime

Version:
$$Rev$$ $$Date$$

Method Summary
 java.lang.Object getSource()
          Returns the source of the event
 

Method Detail

getSource

java.lang.Object getSource()
Returns the source of the event


Tuscany Core

-