org.media.mn8.protocol.jabber
Interface JabberListener

All Known Implementing Classes:
JabberClientConcept

public interface JabberListener

The interface classes that listen for jabber messages should implement


Method Summary
 void beginConversation()
          Method called once the stream has been set up
 void blockArrived(JabberDataBlock data)
          Method to handle an incomming block.
 void connectionTerminated(Exception e)
          Method called when the stream is terminated for some reason
 

Method Detail

beginConversation

public void beginConversation()
Method called once the stream has been set up


blockArrived

public void blockArrived(JabberDataBlock data)
Method to handle an incomming block.

Parameters:
data - The incomming block

connectionTerminated

public void connectionTerminated(Exception e)
Method called when the stream is terminated for some reason



"Copyright © 2000-2002 Internet Multicasting Services, media.org & noLimits Technologies. All Rights Reserved."