org.vigia.client.communications
Interface ControlListener


public interface ControlListener

A listener to obtain control messages from the remote camera.

Author:
jrios

Method Summary
 void errorReceived(EError error, java.lang.String description)
          Receives an error from the remote camera.
 

Method Detail

errorReceived

void errorReceived(EError error,
                   java.lang.String description)
Receives an error from the remote camera.

Parameters:
error - the kind of error.
description - an error's description.