public interface IColorDetectionModule
extends com.mytechia.robobo.framework.IModule
| Modifier and Type | Method and Description |
|---|---|
void |
pauseDetection()
Pauses the color detection algorithm
|
void |
startDetection()
Starts or resumes the color detection
|
void |
suscribe(IColorListener listener)
Suscribes a listener to the newcolor notifications
|
void |
unsuscribe(IColorListener listener)
Unsuscribes a listener from the newcolor notifications
|
void suscribe(IColorListener listener)
listener - The listener to be addedvoid unsuscribe(IColorListener listener)
listener - The listener to be removedvoid startDetection()
void pauseDetection()