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