com.realtime.xmpp
Class XmppSessionListener.Event

java.lang.Object
  |
  +--com.realtime.xmpp.XmppSessionListener.Event
Enclosing class:
XmppSessionListener

public static class XmppSessionListener.Event
extends java.lang.Object

Object to represent events.


Field Summary
protected  java.lang.Object m_details
           
protected  long m_time
           
protected  XmppSessionListener.Type m_type
           
 
Constructor Summary
XmppSessionListener.Event(XmppSessionListener.Type type)
           
XmppSessionListener.Event(XmppSessionListener.Type type, java.lang.Object details)
           
 
Method Summary
 java.lang.String getDetails()
           
 long getTime()
           
 XmppSessionListener.Type getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_details

protected java.lang.Object m_details

m_time

protected long m_time

m_type

protected XmppSessionListener.Type m_type
Constructor Detail

XmppSessionListener.Event

public XmppSessionListener.Event(XmppSessionListener.Type type)

XmppSessionListener.Event

public XmppSessionListener.Event(XmppSessionListener.Type type,
                                 java.lang.Object details)
Method Detail

getType

public XmppSessionListener.Type getType()

getTime

public long getTime()

getDetails

public java.lang.String getDetails()


Copyright © 2002,2003 Real Time Entertainment Group, LLC. All Rights Reserved.