com.flickrrecsys.util
Interface ThreadListener

All Known Implementing Classes:
FrontEndNavigation

public interface ThreadListener

This is a listner interface for the servlet This is used to notify the servlet that a thread has finished its execution

Author:
Hossein Ghodsi

Method Summary
 void cachingComplete(java.lang.Object someResult, java.lang.String nsid, java.lang.String servletPath)
          This method is used to record which thread has finished its job
 

Method Detail

cachingComplete

void cachingComplete(java.lang.Object someResult,
                     java.lang.String nsid,
                     java.lang.String servletPath)
This method is used to record which thread has finished its job

Parameters:
someResult - thread id
nsid - user id from the flickr wbesite
servletPath - where the database details connection is located