net.sf.dexterim.core.event
Class ConnectionEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bynet.sf.dexterim.core.event.ConnectionEvent
All Implemented Interfaces:
java.io.Serializable

public class ConnectionEvent
extends java.util.EventObject

Author:
Christoph Walcher
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ConnectionEvent(java.lang.Object source)
          Creates a new instance of ConnectionEvent
ConnectionEvent(java.lang.Object source, java.lang.Object conversation)
           
 
Method Summary
 java.lang.Object getConversation()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionEvent

public ConnectionEvent(java.lang.Object source)
Creates a new instance of ConnectionEvent


ConnectionEvent

public ConnectionEvent(java.lang.Object source,
                       java.lang.Object conversation)
Method Detail

getConversation

public java.lang.Object getConversation()


Copyright © 2003-2004 Dexter IM Team. All Rights Reserved.