Class Summary |
FloodMessageThread |
Simple example class that extends TimerThread showing how to handle OnTimer triggers. |
GoogleCalculation |
This class extends WebPageFetcher class and implements Runnable
It gets calculation string (e.g. |
MySQLWork |
Simple mysql class that you can extend to do your work. |
NullPrinter |
Created on 26-May-08
Use this class if you donot want framework to print to console or any other place. |
StaticCommands |
Simple MySQLWork extended class that gets static command (command with static output)
from MySQL database. |
TimerThread |
Simple abstract class for generating OnTimer event. |
WebPageFetcher |
Fetches the HTML content of a web page as a String. |