seda.sandStorm.lib.aSocket
Class AUdpDisconnectEvent

java.lang.Object
  extended by seda.sandStorm.lib.aSocket.AUdpDisconnectEvent
All Implemented Interfaces:
QueueElementIF

public class AUdpDisconnectEvent
extends java.lang.Object
implements QueueElementIF

AUdpDisconnectEvent objects will be passed to the SinkIF associated with an AUdpSocket when the socket successfully disconnects.


Field Summary
 AUdpSocket theSocket
           
 
Constructor Summary
AUdpDisconnectEvent(AUdpSocket sock)
           
 
Method Summary
 AUdpSocket getSocket()
          Return the AUdpSocket for which the disconnect succeeded.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

theSocket

public AUdpSocket theSocket
Constructor Detail

AUdpDisconnectEvent

AUdpDisconnectEvent(AUdpSocket sock)
Method Detail

getSocket

public AUdpSocket getSocket()
Return the AUdpSocket for which the disconnect succeeded.


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object