org.vigia.client.communications
Interface DataListener


public interface DataListener

A listener to obtain data messages from the remote camera.

Author:
jrios

Method Summary
 void frameReceived(java.awt.image.BufferedImage frame)
          Receives a frame from the remote camera.
 

Method Detail

frameReceived

void frameReceived(java.awt.image.BufferedImage frame)
Receives a frame from the remote camera.

Parameters:
frame - the frame.