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

Callback interface. Useful for status updates of the CoordinateProvider. More...

Inheritance diagram for ICSV.Server.CoordinateCallback:
ICSV.Server.PrepareImages

Public Member Functions

void coordinatesUpdated (Dictionary< ImageContainer, CoordinateContainer > items)
 Called as soon as a bunch coordinates for images have been updated by the provider. More...
 
void finished ()
 The provider has finished. No more updates will be sent after this method is called. More...
 
void erroneous (String message)
 An error occurred. More...
 
void info (String message)
 Status information by the provider More...
 

Detailed Description

Callback interface. Useful for status updates of the CoordinateProvider.

Member Function Documentation

void ICSV.Server.CoordinateCallback.coordinatesUpdated ( Dictionary< ImageContainer, CoordinateContainer items)

Called as soon as a bunch coordinates for images have been updated by the provider.

Parameters
itemsa dictionary with the image as key and its corresponding coordinates

Implemented in ICSV.Server.PrepareImages.

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

An error occurred.

Parameters
messagethe error message

Implemented in ICSV.Server.PrepareImages.

void ICSV.Server.CoordinateCallback.finished ( )

The provider has finished. No more updates will be sent after this method is called.

Implemented in ICSV.Server.PrepareImages.

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

Status information by the provider

Parameters
messagethe information message

Implemented in ICSV.Server.PrepareImages.