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
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(java.lang.Exception e)
- Method called when the stream is terminated for some reason
- Parameters:
exception
- The exception that caused the termination. May be
null if the connection was terminated normally.
"Copyright © 2001 Internet Multicasting Services & media.org. All Rights Reserved."