Package cz.fidentis.analyst.data.face
Class HumanFacesEventBusServiceImpl
java.lang.Object
cz.fidentis.analyst.data.face.HumanFacesEventBusServiceImpl
- All Implemented Interfaces:
HumanFacesEventBusService
-
Field Summary
Fields -
Constructor Summary
Constructors -
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
-
-
Constructor Details
-
HumanFacesEventBusServiceImpl
public HumanFacesEventBusServiceImpl()
-
-
Method Details
-
registerListener
Description copied from interface:HumanFacesEventBusService
Registers a listener for the given face.- Specified by:
registerListener
in interfaceHumanFacesEventBusService
- Parameters:
faceId
- the face idlistener
- the listener
-
unregisterListener
Description copied from interface:HumanFacesEventBusService
Unregisters a listener for the given face.- Specified by:
unregisterListener
in interfaceHumanFacesEventBusService
- Parameters:
faceId
- the face idlistener
- the listener
-
announceEvent
Description copied from interface:HumanFacesEventBusService
Announces an event for the given face.- Specified by:
announceEvent
in interfaceHumanFacesEventBusService
- Parameters:
faceId
- the face idevt
- the event
-