com.realtime.xmpp.examples
Class TestComponent.TestListener

java.lang.Object
  |
  +--com.realtime.xmpp.examples.TestComponent.TestListener
All Implemented Interfaces:
XmppSessionListener
Enclosing class:
TestComponent

public class TestComponent.TestListener
extends java.lang.Object
implements XmppSessionListener


Nested Class Summary
 
Nested classes inherited from class com.realtime.xmpp.XmppSessionListener
XmppSessionListener.Event, XmppSessionListener.Type
 
Field Summary
 
Fields inherited from interface com.realtime.xmpp.XmppSessionListener
AUTHENTICATION_FAILED, CANT_CONNECT, CLOSING_SOCKET, CONNECTION_ERROR, INCOMING_PACKET, OPENING_SOCKET, PARSER_SELECTED, PROTOCOL_ERROR, RESTARTING_CONNECTION, SENDING_PACKET, SESSION_AUTHENTICATED, SESSION_ENDED, SESSION_STARTED, SOCKET_CLOSED, SOCKET_OPEN, STARTING_SESSION, STOPPING_COMPONENT, WAITING
 
Constructor Summary
TestComponent.TestListener()
           
 
Method Summary
 void xmppSessionEvent(XmppSessionListener.Event event)
          Signal an XML session event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestComponent.TestListener

public TestComponent.TestListener()
Method Detail

xmppSessionEvent

public void xmppSessionEvent(XmppSessionListener.Event event)
Description copied from interface: XmppSessionListener

Signal an XML session event.

Specified by:
xmppSessionEvent in interface XmppSessionListener
Parameters:
event - The XMPP session event, as defined in this class.


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