mmc
Class StartMidlet

java.lang.Object
  extended by MIDlet
      extended by mmc.StartMidlet

public class StartMidlet
extends MIDlet

Application midlet

Author:
Gabriele Bianchi

Field Summary
 Display display
           
 InboxThread inboxThread
           
 
Constructor Summary
StartMidlet()
           
 
Method Summary
 void commandAction(Command cmd, Displayable dsp)
           
 void destroyApp(boolean unconditional)
          destroyApplication
 void genericErrorConnection(java.lang.String exc)
          Error notification
 void genericSaveError(java.lang.String exc)
          Error notification
 Form getGuiComposeScreen()
          Show the compose panel
 Form getGuiComposeScreenForw(Message message)
          Show the compose panel for forward
 Form getGuiComposeScreenReply(Message message)
          Show the compose panel for reply
 Form getGuiInboxScreen()
          Show the inbox panel
 Alert getGuiIntroScreen()
          Show the intro logo and author info
 Form getGuiParamScreen()
          Show the settings screen
 Form getGuiReadScreen(int index)
          Show the message panel
 Form getGuiStartScreen()
          Show the start screen
 void notifyBadConnection(java.lang.String exc)
          Error notification
 void returnToInboxError(java.lang.String exc)
          Error notification
 void returnToMessageError(java.lang.String exc)
          Error notification
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

display

public Display display

inboxThread

public InboxThread inboxThread
Constructor Detail

StartMidlet

public StartMidlet()
Method Detail

commandAction

public void commandAction(Command cmd,
                          Displayable dsp)
Parameters:
cmd -
dsp -

destroyApp

public void destroyApp(boolean unconditional)
destroyApplication

Parameters:
unconditional -

genericErrorConnection

public void genericErrorConnection(java.lang.String exc)
Error notification

Parameters:
exc -

genericSaveError

public void genericSaveError(java.lang.String exc)
Error notification

Parameters:
exc -

getGuiComposeScreen

public Form getGuiComposeScreen()
Show the compose panel

Returns:
Form

getGuiComposeScreenForw

public Form getGuiComposeScreenForw(Message message)
Show the compose panel for forward

Parameters:
mesage -
Returns:
Form

getGuiComposeScreenReply

public Form getGuiComposeScreenReply(Message message)
Show the compose panel for reply

Parameters:
mesage -
Returns:
Form

getGuiInboxScreen

public Form getGuiInboxScreen()
Show the inbox panel

Returns:
Form

getGuiIntroScreen

public Alert getGuiIntroScreen()
Show the intro logo and author info

Returns:
Alert

getGuiParamScreen

public Form getGuiParamScreen()
Show the settings screen

Returns:
Form

getGuiReadScreen

public Form getGuiReadScreen(int index)
Show the message panel

Returns:
Form

getGuiStartScreen

public Form getGuiStartScreen()
Show the start screen

Returns:
Form

notifyBadConnection

public void notifyBadConnection(java.lang.String exc)
Error notification

Parameters:
exc -

returnToInboxError

public void returnToInboxError(java.lang.String exc)
Error notification

Parameters:
exc -

returnToMessageError

public void returnToMessageError(java.lang.String exc)
Error notification

Parameters:
exc -