is.lill.acre.event
Class AbstractConversationEvent

java.lang.Object
  extended by is.lill.acre.event.ACREEvent
      extended by is.lill.acre.event.AbstractConversationEvent
All Implemented Interfaces:
IConversationEvent
Direct Known Subclasses:
AbstractConversationMessageEvent, ConversationEndedEvent, ConversationStartedEvent

public abstract class AbstractConversationEvent
extends ACREEvent
implements IConversationEvent


Constructor Summary
protected AbstractConversationEvent(Conversation c)
           
 
Method Summary
 Conversation getConversation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractConversationEvent

protected AbstractConversationEvent(Conversation c)
Method Detail

getConversation

public Conversation getConversation()
Specified by:
getConversation in interface IConversationEvent