|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Classes that want to know about path finding events must implement the
PathListener interface.
| Method Summary | |
void |
considered(PathEvent e)
Called when a new path is being considered. |
void |
done(PathEvent e)
Called when the PathFinder is done. |
| Method Detail |
public void done(PathEvent e)
e - the PathEvent containing the finished path.public void considered(PathEvent e)
e - the PathEvent that belongs to the PathFinder.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||