seda.sandStorm.lib.aSocket
Class AUdpConnectEvent

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

public class AUdpConnectEvent
extends java.lang.Object
implements QueueElementIF

AUdpConnectEvent objects will be passed to the SinkIF associated with an AUdpSocket when the socket successfully connects.


Field Summary
 AUdpSocket theSocket
           
 
Constructor Summary
AUdpConnectEvent(AUdpSocket sock)
           
 
Method Summary
 AUdpSocket getSocket()
          Return the AUdpSocket for which the connect 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

AUdpConnectEvent

AUdpConnectEvent(AUdpSocket sock)
Method Detail

getSocket

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


toString

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