|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.idv.collab.CaptureEvent
public class CaptureEvent
This holds one colalboration event and is used to capture a stream of events.
| Constructor Summary | |
|---|---|
CaptureEvent()
Dummy ctor for xml decoding |
|
CaptureEvent(String msg)
Create the event with the given message and set the timestamp |
|
| Method Summary | |
|---|---|
String |
getMessage()
Get the Message property. |
long |
getTimestamp()
Get the Timestamp property. |
void |
setMessage(String value)
Set the Message property. |
void |
setTimestamp(long value)
Set the Timestamp property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CaptureEvent()
public CaptureEvent(String msg)
msg - The message| Method Detail |
|---|
public void setTimestamp(long value)
value - The new value for Timestamppublic long getTimestamp()
public void setMessage(String value)
value - The new value for Messagepublic String getMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||