|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmaslab.data.DataEvent
public abstract class DataEvent
You must support an empty constructor, but that object only needs to be able to factory new objects via read.
| Field Summary | |
|---|---|
double |
timeStamp
|
| Constructor Summary | |
|---|---|
DataEvent(double timeStamp)
|
|
| Method Summary | |
|---|---|
double |
getTimeStamp()
The time when the event occured (time base = 0) |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double timeStamp
| Constructor Detail |
|---|
public DataEvent(double timeStamp)
| Method Detail |
|---|
public double getTimeStamp()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||