Uses of Interface
org.ocap.hardware.device.VideoOutputPortListener

Packages that use VideoOutputPortListener
org.ocap.hardware.device Provides extension classes and interfaces related to accessing and controlling certain device parameters that are normally controlled by a device manufacturer specific application. 
 

Uses of VideoOutputPortListener in org.ocap.hardware.device
 

Methods in org.ocap.hardware.device with parameters of type VideoOutputPortListener
 void VideoOutputSettings.addListener(VideoOutputPortListener l)
          Add the given listener to monitor this video output port for status changes.
 void VideoOutputSettings.removeListener(VideoOutputPortListener l)
          Remove the given listener from further notification of status changes for this video output port.