jAER project on SourceForge

net.sf.jaer.aemonitor
Class Event

java.lang.Object
  extended by net.sf.jaer.aemonitor.Event
Direct Known Subclasses:
Event3D, EventRaw

public class Event
extends java.lang.Object

Has a timestamp and that's all. Not used for packets because too inefficient. Used for some methods.

Author:
tobi

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

timestamp

public int timestamp
Constructor Detail

Event

public Event()
Creates a new instance of Event


Event

public 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


Event

public Event(int t)
Creates a new instance of Event


jAER project on SourceForge