Class URLProcessor_good
java.lang.Object
|
+----URLProcessor
|
+----URLProcessor_good
- class URLProcessor_good
- extends URLProcessor
- implements Updateable
-
URL_STR
-
-
URLProcessor_good()
-
-
decideUrl()
- this is the central method that is implemented in the subclasses
-
doUpdate(Hashtable)
- Updateable interface implementation
-
main(String[])
- This main method lets you run the sample code as an application
with no GUI.
URL_STR
static final String URL_STR
URLProcessor_good
URLProcessor_good()
decideUrl
void decideUrl()
- this is the central method that is implemented in the subclasses
- Overrides:
- decideUrl in class URLProcessor
doUpdate
public void doUpdate(Hashtable ht)
- Updateable interface implementation
main
public static void main(String args[])
- This main method lets you run the sample code as an application
with no GUI. The output is displayed in standard output.