com.bmc.mainview.nvbapi
Class ConversationEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.bmc.mainview.nvbapi.ConversationEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConversationRawInEvent, ConversationRawOutEvent, ConversationStatusEvent, ConversationXMLInEvent, ConversationXMLOutEvent

public abstract class ConversationEvent
extends java.util.EventObject

The root class for the various events presented to a ConversationListener.

Version:
2.0
Author:
F. Schneider

Constructor Summary
ConversationEvent(Conversation source)
           
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConversationEvent

public ConversationEvent(Conversation source)