|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RobotUser
All classes, which want to use the robot, must implement this interface
Method Summary | |
---|---|
void |
robotNewPage(RobotHtmlNode robotHtmlNode,
RobotTask robotTask)
This method is called for every processed htmlNode |
void |
robotTaskFinished(RobotTask robotTask)
This method is called, if the task was completely finished |
Method Detail |
---|
void robotNewPage(RobotHtmlNode robotHtmlNode, RobotTask robotTask)
robotHtmlNode
- the new htmlNode with some properties set by the robotrobotTask
- identifies the task which causes the robot to download robotHtmlNode. RobotUser can start many task simultaneously.void robotTaskFinished(RobotTask robotTask)
robotTask
- the robot finished this task
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |