Package cz.fidentis.analyst.data.face
Interface HumanFacesEventBusService
- All Known Implementing Classes:
HumanFacesEventBusServiceImpl
public interface HumanFacesEventBusService
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
announceEvent
(Long faceId, HumanFaceEvent evt) Announces an event for the given face.void
registerListener
(Long faceId, HumanFaceListener listener) Registers a listener for the given face.void
unregisterListener
(Long faceId, HumanFaceListener listener) Unregisters a listener for the given face.
-
Field Details
-
INSTANCE
-
-
Method Details
-
registerListener
Registers a listener for the given face.- Parameters:
faceId
- the face idlistener
- the listener
-
unregisterListener
Unregisters a listener for the given face.- Parameters:
faceId
- the face idlistener
- the listener
-
announceEvent
Announces an event for the given face.- Parameters:
faceId
- the face idevt
- the event
-