java.lang.Object
likelihoodDetectionModule.thresholdDetector.TestConsumer.EventInfo
- Enclosing class:
TestConsumer
public class TestConsumer.EventInfo
extends Object
Simple class to collect some info about update events for the UnitTest.
- Author:
- Dave Flogeras
-
Constructor Summary 
Constructors
EventInfo(int bandIndex,
long timeStamp,
int channelMask)
-
Method Summary 
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details 
-
EventInfo 
public EventInfo(int bandIndex,
long timeStamp,
int channelMask)
-
Method Details 
-
bandIndex 
public int bandIndex()
-
timeStamp 
public long timeStamp()
-
channelMask 
public int channelMask()