org.robokind.api.sensor
Interface DeviceBoolEvent<T extends SensorEventHeader>


public interface DeviceBoolEvent<T extends SensorEventHeader>

Author:
Matthew Stevenson

Method Summary
 Boolean getBoolValue()
           
 Integer getChannelId()
           
 SensorEventHeader getHeader()
           
 void setBoolValue(Boolean value)
           
 void setChannelId(Integer channelId)
           
 void setHeader(T header)
           
 

Method Detail

getHeader

SensorEventHeader getHeader()

setHeader

void setHeader(T header)

getChannelId

Integer getChannelId()

setChannelId

void setChannelId(Integer channelId)

getBoolValue

Boolean getBoolValue()

setBoolValue

void setBoolValue(Boolean value)


Copyright © 2011-2013. All Rights Reserved.