edu.ntnu.item.jt.system
Interface ScanThreadCallback

All Known Implementing Classes:
ThreadHandler

public interface ScanThreadCallback

Interface for all classes that are to handle scan threads (i.e. accept results from scan threads)

Author:
Jøran Vagnby Lillesand

Method Summary
 void reportResult(ScanResult sr)
          Callback method for scan threads.
 

Method Detail

reportResult

void reportResult(ScanResult sr)
Callback method for scan threads. Signals that the calling thread has finished the scan.

Parameters:
sr - result of the scan for the reporting engine.