Uses of Class
com.realtime.xmpp.XmppSessionListener.Event

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

Uses of XmppSessionListener.Event in com.realtime.xmpp
 

Methods in com.realtime.xmpp with parameters of type XmppSessionListener.Event
 void XmppSessionListener.xmppSessionEvent(XmppSessionListener.Event event)
          Signal an XML session event.
 void XmppSession.fireEvent(XmppSessionListener.Event event)
          Fire a session event to each of the session listeners.
 

Uses of XmppSessionListener.Event in com.realtime.xmpp.dom
 

Methods in com.realtime.xmpp.dom with parameters of type XmppSessionListener.Event
 void DomAcceptComponent.AuthenticationManager.xmppSessionEvent(XmppSessionListener.Event event)
          Respond to SESSION_STARTED events by authenticating with the Jabber server.
 

Uses of XmppSessionListener.Event in com.realtime.xmpp.examples
 

Methods in com.realtime.xmpp.examples with parameters of type XmppSessionListener.Event
 void TestComponent.TestListener.xmppSessionEvent(XmppSessionListener.Event event)
           
 

Uses of XmppSessionListener.Event in com.realtime.xmpp.util
 

Methods in com.realtime.xmpp.util with parameters of type XmppSessionListener.Event
 void XmppSessionRestarter.xmppSessionEvent(XmppSessionListener.Event event)
          Respond to SOCKET_CLOSED events by restarting the XMPP session.
 void SessionEventLogger.xmppSessionEvent(XmppSessionListener.Event event)
          Signal an XML session event.
 



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