org.jabber.jabberbeans
Class ConnectionBean.OutputStreamInterface

java.lang.Object
  |
  +--org.jabber.jabberbeans.ConnectionBean.OutputStreamInterface
Enclosing class:
ConnectionBean

public class ConnectionBean.OutputStreamInterface
extends java.lang.Object


Constructor Summary
ConnectionBean.OutputStreamInterface()
           
 
Method Summary
 void sendFailed(Packet p)
           
 void sent(Packet p)
           
 void unexpectedThreadDeath(java.lang.Exception e)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

ConnectionBean.OutputStreamInterface

public ConnectionBean.OutputStreamInterface()
Method Detail

sent

public void sent(Packet p)

sendFailed

public void sendFailed(Packet p)

unexpectedThreadDeath

public void unexpectedThreadDeath(java.lang.Exception e)