tigase.xmpp
Interface XMPPIOServiceListener<IO extends XMPPIOService>

Type Parameters:
IO -
All Superinterfaces:
IOServiceListener<IO>
All Known Implementing Classes:
BoshConnectionManager, ClientConnectionClustered, ClientConnectionManager, ClusterConnectionManager, ComponentConnectionManager, ComponentProtocol, ConnectionManager, ServerConnectionClustered, ServerConnectionManager

public interface XMPPIOServiceListener<IO extends XMPPIOService>
extends IOServiceListener<IO>

Describe interface XMPPIOServiceListener here. Created: Wed Feb 8 10:19:41 2006

Version:
$Rev: 1877 $
Author:
Artur Hefczyc

Method Summary
 void xmppStreamClosed(IO serv)
           
 java.lang.String xmppStreamOpened(IO serv, java.util.Map<java.lang.String,java.lang.String> attribs)
           
 
Methods inherited from interface tigase.net.IOServiceListener
packetsReady, serviceStopped
 

Method Detail

xmppStreamOpened

java.lang.String xmppStreamOpened(IO serv,
                                  java.util.Map<java.lang.String,java.lang.String> attribs)

xmppStreamClosed

void xmppStreamClosed(IO serv)


Copyright © 2010 Tigase. All Rights Reserved.