ICSV - Image Color Similarity Visualization
Vienna Technical University - Course 'Visualization 2'. Author: Stefan Spelitz (0925601)
ICSV.Server.DistanceCallback Interface Reference

The callback interface used by the provider to report status updates. More...

Inheritance diagram for ICSV.Server.DistanceCallback:
ICSV.Server.CoordinateProvider

Public Member Functions

void distancesUpdated (ImageContainer image)
 Distances for the given image have been calculated. As soon as this method is called distances from/to this image to all other images, currently held by the distance provider will be available. More...
 
void finished ()
 The provider has finished. No more updates will occur after this method has been called. More...
 
void erroneous (String message)
 An error has occurred. More...
 
void info (String message)
 Status information by the provider More...
 

Detailed Description

The callback interface used by the provider to report status updates.

Member Function Documentation

void ICSV.Server.DistanceCallback.distancesUpdated ( ImageContainer  image)

Distances for the given image have been calculated. As soon as this method is called distances from/to this image to all other images, currently held by the distance provider will be available.

Parameters
image

Implemented in ICSV.Server.CoordinateProvider.

void ICSV.Server.DistanceCallback.erroneous ( String  message)

An error has occurred.

Parameters
messagethe error message

Implemented in ICSV.Server.CoordinateProvider.

void ICSV.Server.DistanceCallback.finished ( )

The provider has finished. No more updates will occur after this method has been called.

Implemented in ICSV.Server.CoordinateProvider.

void ICSV.Server.DistanceCallback.info ( String  message)

Status information by the provider

Parameters
messagethe information message

Implemented in ICSV.Server.CoordinateProvider.