Bartosz Firyn (SarXos)

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

Bartosz Firyn (SarXos)

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