addbk.JAddressBook.lawyerDataMining
Class Lawyers

java.lang.Object
  extended by addbk.JAddressBook.lawyerDataMining.Lawyers
All Implemented Interfaces:
java.lang.Runnable

public class Lawyers
extends java.lang.Object
implements java.lang.Runnable

User: Dahiana M Date: Sep 25, 2005 Time: 7:45:45 PM Copyright DocJava, Inc. 2005.


Constructor Summary
Lawyers(int stateNumber, java.lang.String typeOfLawyer)
           
 
Method Summary
 void run()
          this run method is used to scan the lawyers and to stop the scan.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lawyers

public Lawyers(int stateNumber,
               java.lang.String typeOfLawyer)
Parameters:
stateNumber - is the state Number required to look for the proper URL
typeOfLawyer - is the type of Lawyer string needed in order to browse the right URL
Method Detail

run

public void run()
this run method is used to scan the lawyers and to stop the scan.

Specified by:
run in interface java.lang.Runnable