edu.ntnu.item.jt.system
Interface AVUpdateThreadCallback

All Known Implementing Classes:
ThreadHandler

public interface AVUpdateThreadCallback

Interface for objects that are able to handle callbacks from AV update threads.

Author:
Jøran Vagnby Lillesand

Method Summary
 void reportResult(AVUpdateResult avUpdateResult)
          Callback function for threads responsible for performing update of one AV engine.
 

Method Detail

reportResult

void reportResult(AVUpdateResult avUpdateResult)
Callback function for threads responsible for performing update of one AV engine.

Parameters:
avUpdateResult - object containing a description of the update result.