com.smaxe.me.uv.client
Class ICamera.ListenerAdapter

java.lang.Object
  extended by com.smaxe.me.uv.client.ICamera.ListenerAdapter
All Implemented Interfaces:
ICamera.IListener
Enclosing interface:
ICamera

public static class ICamera.ListenerAdapter
extends java.lang.Object
implements ICamera.IListener

ListenerAdapter - ICamera.IListener adapter.


Constructor Summary
ICamera.ListenerAdapter()
          Constructor.
 
Method Summary
 void onVideoData(MediaData data)
          Notifies about a new video data frame.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ICamera.ListenerAdapter

public ICamera.ListenerAdapter()
Constructor.

Method Detail

onVideoData

public void onVideoData(MediaData data)
Description copied from interface: ICamera.IListener
Notifies about a new video data frame.

Specified by:
onVideoData in interface ICamera.IListener
Parameters:
data - new video data frame