|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectTestDatagram
| Field Summary | |
protected DatagramListener |
dl
|
| Constructor Summary | |
TestDatagram()
|
|
| Method Summary | |
void |
datagramDetected(java.lang.String msg,
long timeDetected)
This method is called by the DatagramListener class when a datagram is received. |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected DatagramListener dl
| Constructor Detail |
public TestDatagram()
| Method Detail |
public void datagramDetected(java.lang.String msg,
long timeDetected)
DatagramUpdateListener
datagramDetected in interface DatagramUpdateListenertimeDetected - The time (in milliseconds since January 1,
1970) at which the datagram was received.msg - The string contained within the datagram.public static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||