|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectshared.Main
This class contains the static main method to start the program from. This class is also responsible for handling info ans status messages and the logging option of those messages.
| Constructor Summary | |
Main()
|
|
| Method Summary | |
static void |
exit(int iCode)
This method is called thenever the server or the client process wants to exit. |
static void |
infoMessage(java.lang.String sMessage)
All info messages of the calendar client and the calendar server go through this method. |
static void |
main(java.lang.String[] args)
This method is the start point of the whole program. |
static void |
statusMessage(java.lang.String sMessage)
This method is for various messages. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Main()
| Method Detail |
public static void main(java.lang.String[] args)
args - Specifies the program arguments (not used yet by the program)public static void infoMessage(java.lang.String sMessage)
sMessage - Specifies the program info message.public static void statusMessage(java.lang.String sMessage)
sMessage - Specifies the message to be displayed in the status bar.public static void exit(int iCode)
iCode - Specifies the exit code to use for the System.exit call.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||