|
|||||||||
| Home >> All >> org >> media >> mn8 >> protocol >> [ jabber overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.media.mn8.protocol.jabber
Interface JabberListener

- 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
|
|||||||||
| Home >> All >> org >> media >> mn8 >> protocol >> [ jabber overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC