Uses of Interface
com.realtime.xmpp.XmppSessionListener

Packages that use XmppSessionListener
com.realtime.xmpp   
com.realtime.xmpp.dom   
com.realtime.xmpp.examples   
com.realtime.xmpp.util   
 

Uses of XmppSessionListener in com.realtime.xmpp
 

Fields in com.realtime.xmpp declared as XmppSessionListener
protected  XmppSessionListener[] XmppSession.m_sessionListeners
          Session lifecycle listeners.
 

Methods in com.realtime.xmpp with parameters of type XmppSessionListener
 void XmppSession.addListener(XmppSessionListener listener)
          Add an XMPP session listener.
 boolean XmppSession.removeListener(XmppSessionListener listener)
          Remove a session listener.
 

Uses of XmppSessionListener in com.realtime.xmpp.dom
 

Classes in com.realtime.xmpp.dom that implement XmppSessionListener
 class DomAcceptComponent.AuthenticationManager
          Listener to authenticate whenever a new session is started.
 

Uses of XmppSessionListener in com.realtime.xmpp.examples
 

Classes in com.realtime.xmpp.examples that implement XmppSessionListener
 class TestComponent.TestListener
           
 

Uses of XmppSessionListener in com.realtime.xmpp.util
 

Classes in com.realtime.xmpp.util that implement XmppSessionListener
 class SessionEventLogger
          Helper class that sends XMPP session events to a stream.
 class XmppSessionRestarter
          An XMPP event listener that responds to socket close events by re-establishing the XMPP session.
 



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