Interface FaceQueue

    • Method Detail

      • reset

        void reset()
        Reset the processing: forget about pending faces. This function is called whenever the server socket breaks, or when a new connection has been established.
      • addFaceQueueListener

        void addFaceQueueListener​(@NotNull
                                  @NotNull FaceQueueListener faceQueueListener)
        Adds a FaceQueueListener to be notified about processed faces.
        Parameters:
        faceQueueListener - the listener to add
      • removeFaceQueueListener

        void removeFaceQueueListener​(@NotNull
                                     @NotNull FaceQueueListener faceQueueListener)
        Removes a FaceQueueListener to be notified about processed faces.
        Parameters:
        faceQueueListener - the listener to remove