com.github.sarxos.webcam
Class WebcamDiscoveryEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.github.sarxos.webcam.WebcamDiscoveryEvent
All Implemented Interfaces:
Serializable

public class WebcamDiscoveryEvent
extends EventObject

See Also:
Serialized Form

Field Summary
static int ADDED
           
static int REMOVED
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
WebcamDiscoveryEvent(Webcam webcam, int type)
           
 
Method Summary
 Webcam getWebcam()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ADDED

public static final int ADDED
See Also:
Constant Field Values

REMOVED

public static final int REMOVED
See Also:
Constant Field Values
Constructor Detail

WebcamDiscoveryEvent

public WebcamDiscoveryEvent(Webcam webcam,
                            int type)
Method Detail

getWebcam

public Webcam getWebcam()


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