| net.matuschek.spider.WebRobotCallback
All known Subclasses: net.matuschek.jobo.JoBoSwing,
WebRobotCallback | public interface WebRobotCallback (Code) | | Callback interface for the webrobot to inform the front end
about the current state
author: Daniel Matuschek version: $Id: WebRobotCallback.java,v 1.1 2001/04/18 08:31:08 matuschd Exp $ |
webRobotDone | void webRobotDone()(Code) | | |
webRobotRetrievedDoc | void webRobotRetrievedDoc(String url, int size)(Code) | | |
webRobotSleeping | void webRobotSleeping(boolean sleeping)(Code) | | |
webRobotUpdateQueueStatus | void webRobotUpdateQueueStatus(int length)(Code) | | |
|
|