From 8751ca0a45b9343f37161c9f762fb4c485944a5f Mon Sep 17 00:00:00 2001 From: beckerdo Date: Sun, 1 Feb 2009 20:45:55 +0000 Subject: TUSCANY-2485 Add JavaDocs for Tuscany 1.4 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739833 13f79535-47bb-0310-9956-ffa450edef68 --- .../tuscany/sca/core/event/ConversationStart.html | 291 +++++++++++++++++++++ 1 file changed, 291 insertions(+) create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/core/event/ConversationStart.html (limited to 'site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/core/event/ConversationStart.html') diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/core/event/ConversationStart.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/core/event/ConversationStart.html new file mode 100644 index 0000000000..a1fa947867 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/core/event/ConversationStart.html @@ -0,0 +1,291 @@ + + + + + + +ConversationStart + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.core.event +
+Class ConversationStart

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.core.event.ConversationStart
+
+
+
All Implemented Interfaces:
Event
+
+
+
+
public class ConversationStart
extends java.lang.Object
implements Event
+ + +

+Propagated when a conversation has started +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
ConversationStart(java.lang.Object source, + java.lang.Object id) + +
+          Creates a new event
+  + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.ObjectgetConversationID() + +
+           
+ 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
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ConversationStart

+
+public ConversationStart(java.lang.Object source,
+                         java.lang.Object id)
+
+
Creates a new event +

+

+
Parameters:
source - the source of the event
id - the id of the conversation being started
+
+ + + + + + + + +
+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
+
+
+
+
+
+
+ +

+getConversationID

+
+public java.lang.Object getConversationID()
+
+
+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3