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 |
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 idnsid - user id from the flickr wbesiteservletPath - where the database details connection is located