public abstract class AColorMesaurementModule extends java.lang.Object implements IColorMesaurementModule
| Modifier and Type | Field and Description |
|---|---|
protected com.mytechia.robobo.framework.remote_control.remotemodule.IRemoteControlModule |
rcmodule |
| Constructor and Description |
|---|
AColorMesaurementModule() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
notifyColorMesaured(int r,
int g,
int b) |
void |
suscribe(IColorMesauredListener listener)
Suscribes a listener to the newcolor notifications
|
void |
unsuscribe(IColorMesauredListener listener)
Unsuscribes a listener from the newcolor notifications
|
protected com.mytechia.robobo.framework.remote_control.remotemodule.IRemoteControlModule rcmodule
public void suscribe(IColorMesauredListener listener)
IColorMesaurementModulesuscribe in interface IColorMesaurementModulelistener - The listener to be addedpublic void unsuscribe(IColorMesauredListener listener)
IColorMesaurementModuleunsuscribe in interface IColorMesaurementModulelistener - The listener to be removedprotected void notifyColorMesaured(int r,
int g,
int b)