com.github.sarxos.webcam
Interface WebcamMotionListener


public interface WebcamMotionListener

Motion listener used to signal motion detection.

Author:
bartosz Firyn (SarXos)

Method Summary
 void motionDetected(WebcamMotionEvent wme)
          Will be called after motion is detected.
 

Method Detail

motionDetected

void motionDetected(WebcamMotionEvent wme)
Will be called after motion is detected.

Parameters:
wme - motion event


Copyright © 2012 Bartosz Firyn (SarXos). All Rights Reserved.