Interface HumanFacesEventBusService

All Known Implementing Classes:
HumanFacesEventBusServiceImpl

public interface HumanFacesEventBusService
  • Field Details

  • Method Details

    • registerListener

      void registerListener(Long faceId, HumanFaceListener listener)
      Registers a listener for the given face.
      Parameters:
      faceId - the face id
      listener - the listener
    • unregisterListener

      void unregisterListener(Long faceId, HumanFaceListener listener)
      Unregisters a listener for the given face.
      Parameters:
      faceId - the face id
      listener - the listener
    • announceEvent

      void announceEvent(Long faceId, HumanFaceEvent evt)
      Announces an event for the given face.
      Parameters:
      faceId - the face id
      evt - the event