All Packages Class Hierarchy This Package Previous Next Index
Class net.CheckMail
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----net.CheckMail
- public class CheckMail
- extends java.applet.Applet
-
CheckMail()
-
-
checkForMail()
- Perform check for e-mail.
-
init()
- Initialize the applet.
-
main(String[])
- Main routine, for running as a standalone application.
-
showStatus(String)
- Show status text to the user.
CheckMail
public CheckMail()
init
public void init()
- Initialize the applet.
- Overrides:
- init in class java.applet.Applet
showStatus
public void showStatus(java.lang.String s)
- Show status text to the user.
- Overrides:
- showStatus in class java.applet.Applet
checkForMail
public void checkForMail() throws java.io.IOException, java.lang.NumberFormatException, java.lang.Exception
- Perform check for e-mail.
main
public static void main(java.lang.String args[])
- Main routine, for running as a standalone application.
All Packages Class Hierarchy This Package Previous Next Index