com.github.sarxos.webcam
Class WebcamMotionEvent
java.lang.Object
java.util.EventObject
com.github.sarxos.webcam.WebcamMotionEvent
- All Implemented Interfaces:
- Serializable
public class WebcamMotionEvent
- extends EventObject
Webcam detected motion event.
- Author:
- Bartosz Firyn (SarXos)
- See Also:
- Serialized Form
WebcamMotionEvent
public WebcamMotionEvent(WebcamMotionDetector detector,
int strength)
- Create detected motion event.
- Parameters:
detector
- strength
-
getStrength
public int getStrength()
- Returns:
- Motion strength
Copyright © 2012-2013 Bartosz Firyn (SarXos). All Rights Reserved.