Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.media.mn8.protocol.jabber
Interface JabberListener  view JabberListener download JabberListener.java


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(java.lang.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.


connectionTerminated

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