public class ActimetricsApplication extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
APPLICATION_ID |
protected DeviceListener |
listener |
protected static org.slf4j.Logger |
logger |
Constructor and Description |
---|
ActimetricsApplication() |
Modifier and Type | Method and Description |
---|---|
void |
bindMotionSensor(MotionSensor motionSensor)
Bind Method for null dependency
|
void |
bindPushButtons(PushButton button)
Bind Method for null dependency
|
void |
start()
Component Lifecycle Method
|
void |
stop()
Component Lifecycle Method
|
void |
unbindMotionSensor(MotionSensor motionSensor)
Unbind Method for null dependency
|
void |
unbindPushButtons(PushButton button)
Unbind Method for null dependency
|
protected static final String APPLICATION_ID
protected static org.slf4j.Logger logger
protected DeviceListener listener
public void bindPushButtons(PushButton button)
public void unbindPushButtons(PushButton button)
public void bindMotionSensor(MotionSensor motionSensor)
public void unbindMotionSensor(MotionSensor motionSensor)
public void stop()
public void start()
Copyright © 2012-2013 ADELE Research Group. All Rights Reserved.