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$
Author:
Artur Hefczyc

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

Method Detail

xmppStreamOpened

String xmppStreamOpened(IO serv,
                        Map<String,String> attribs)

xmppStreamClosed

void xmppStreamClosed(IO serv)


Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.