org.apache.tuscany.core.context.event
Class AbstractEvent
java.lang.Object
org.apache.tuscany.core.context.event.AbstractEvent
- All Implemented Interfaces:
- Event
- Direct Known Subclasses:
- AbstractRequestEvent, InstanceCreated, ModuleStart, ModuleStop
public abstract class AbstractEvent
- extends Object
- implements Event
A basic implementation of a runtime event
- Version:
- $$Rev$$ $$Date$$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
source
protected transient Object source
AbstractEvent
public AbstractEvent(Object source)
getSource
public Object getSource()
- Description copied from interface:
Event
- Returns the source of the event
- Specified by:
getSource
in interface Event
-