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.Object getConversationID()
           
 java.lang.Object getSource()
          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()