is.lill.acre.event
Class NotUnderstoodMessageEvent

java.lang.Object
  extended by is.lill.acre.event.ACREEvent
      extended by is.lill.acre.event.AbstractConversationEvent
          extended by is.lill.acre.event.AbstractConversationMessageEvent
              extended by is.lill.acre.event.NotUnderstoodMessageEvent
All Implemented Interfaces:
IConversationEvent, IMessageEvent

public class NotUnderstoodMessageEvent
extends AbstractConversationMessageEvent


Constructor Summary
NotUnderstoodMessageEvent(IACREMessage m, Conversation c)
           
 
Method Summary
 
Methods inherited from class is.lill.acre.event.AbstractConversationMessageEvent
getMessage
 
Methods inherited from class is.lill.acre.event.AbstractConversationEvent
getConversation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotUnderstoodMessageEvent

public NotUnderstoodMessageEvent(IACREMessage m,
                                 Conversation c)