public interface IColorMesaurementModule
extends com.mytechia.robobo.framework.IModule
| Modifier and Type | Method and Description |
|---|---|
void |
suscribe(IColorMesauredListener listener)
Suscribes a listener to the newcolor notifications
|
void |
unsuscribe(IColorMesauredListener listener)
Unsuscribes a listener from the newcolor notifications
|
void suscribe(IColorMesauredListener listener)
listener - The listener to be addedvoid unsuscribe(IColorMesauredListener listener)
listener - The listener to be removed