com.github.sarxos.webcam.ds.cgt
Class WebcamDisposeTask

java.lang.Object
  extended by com.github.sarxos.webcam.WebcamTask
      extended by com.github.sarxos.webcam.ds.cgt.WebcamDisposeTask

public class WebcamDisposeTask
extends WebcamTask

Dispose webcam device.

Author:
Bartosz Firyn (sarxos)

Constructor Summary
WebcamDisposeTask(WebcamDriver driver, WebcamDevice device)
           
 
Method Summary
 void dispose()
           
protected  void handle()
           
 
Methods inherited from class com.github.sarxos.webcam.WebcamTask
getDevice, getException, process, setException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebcamDisposeTask

public WebcamDisposeTask(WebcamDriver driver,
                         WebcamDevice device)
Method Detail

dispose

public void dispose()

handle

protected void handle()
Specified by:
handle in class WebcamTask


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