|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jaer.aemonitor.Event
public class Event
Has a timestamp and that's all. Not used for packets because too inefficient. Used for some methods.
Field Summary | |
---|---|
int |
timestamp
|
Constructor Summary | |
---|---|
Event()
Creates a new instance of Event |
|
Event(int t)
Creates a new instance of Event |
|
Event(int timestamp,
short x,
short y,
byte... types)
create an Event with a timestamp, x, y, and a variable length number of bytes types |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int timestamp
Constructor Detail |
---|
public Event()
public Event(int timestamp, short x, short y, byte... types)
public Event(int t)
|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |