From cd911a1ce5bb8abf2a6c796e32fcf61ef0c91fbc Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:41:39 +0000 Subject: Moving site branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882843 13f79535-47bb-0310-9956-ffa450edef68 --- .../tuscany/core/context/event/AbstractEvent.html | 306 +++++++++++++++++++++ 1 file changed, 306 insertions(+) create mode 100644 site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/context/event/AbstractEvent.html (limited to 'site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/context/event/AbstractEvent.html') diff --git a/site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/context/event/AbstractEvent.html b/site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/context/event/AbstractEvent.html new file mode 100644 index 0000000000..3c642b7fd7 --- /dev/null +++ b/site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/context/event/AbstractEvent.html @@ -0,0 +1,306 @@ + + + + + + + +AbstractEvent (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+ +

+ +org.apache.tuscany.core.context.event +
+Class AbstractEvent

+
+java.lang.Object
+  extended by org.apache.tuscany.core.context.event.AbstractEvent
+
+
+
All Implemented Interfaces:
Event
+
+
+
Direct Known Subclasses:
AbstractRequestEvent, InstanceCreated, ModuleStart, ModuleStop
+
+
+
+
public abstract class AbstractEvent
extends java.lang.Object
implements Event
+ + +

+A basic implementation of a runtime event +

+ +

+

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

+ + + + + + + + + + + +
+Field Summary
+protected  java.lang.Objectsource + +
+           
+  + + + + + + + + + + +
+Constructor Summary
AbstractEvent(java.lang.Object source) + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ java.lang.ObjectgetSource() + +
+          Returns the source of the event
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+source

+
+protected transient java.lang.Object source
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+AbstractEvent

+
+public AbstractEvent(java.lang.Object source)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getSource

+
+public java.lang.Object getSource()
+
+
Description copied from interface: Event
+
Returns the source of the event +

+

+
Specified by:
getSource in interface Event
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + -- cgit v1.2.3