sample
クラス Main

java.lang.Object
  拡張com.nttdocomo.ui.IApplication
      拡張mokit.common.BaseMain
          拡張sample.Main

public class Main
extends BaseMain


フィールドの概要
static java.lang.String LABEL_CVSA
           
static java.lang.String LABEL_CVSB
           
static java.lang.String LABEL_END
           
static int MODE_CVSA
           
static int MODE_CVSB
           
static int MODE_END_APP
           
 
クラス com.nttdocomo.ui.IApplication から継承したフィールド
LAUNCH_AS_LAUNCHER, LAUNCH_BROWSER, LAUNCH_BROWSER_SUSPEND, LAUNCH_DTV, LAUNCH_IAPPLI, LAUNCH_MAIL_LAST_INCOMING, LAUNCH_MAIL_RECEIVED, LAUNCH_MAIL_SENT, LAUNCH_MAIL_UNSENT, LAUNCH_MAILMENU, LAUNCH_SCHEDULER, LAUNCH_VERSIONUP, LAUNCHED_AFTER_DOWNLOAD, LAUNCHED_AS_CONCIERGE, LAUNCHED_AS_ILET, LAUNCHED_FROM_BML, LAUNCHED_FROM_BROWSER, LAUNCHED_FROM_DTV, LAUNCHED_FROM_EXT, LAUNCHED_FROM_FELICA_ADHOC, LAUNCHED_FROM_IAPPLI, LAUNCHED_FROM_LAUNCHER, LAUNCHED_FROM_LOCATION_IMAGE, LAUNCHED_FROM_LOCATION_INFO, LAUNCHED_FROM_MAILER, LAUNCHED_FROM_MENU, LAUNCHED_FROM_MENU_FOR_DELETION, LAUNCHED_FROM_PHONEBOOK, LAUNCHED_FROM_TIMER, LAUNCHED_FROM_TORUCA, LAUNCHED_MSG_RECEIVED, LAUNCHED_MSG_SENT, LAUNCHED_MSG_UNSENT, SUSPEND_BY_IAPP, SUSPEND_BY_NATIVE, SUSPEND_CALL_IN, SUSPEND_CALL_OUT, SUSPEND_MAIL_RECEIVE, SUSPEND_MAIL_SEND, SUSPEND_MESSAGE_RECEIVE, SUSPEND_MULTITASK_APPLICATION, SUSPEND_PACKETIN, SUSPEND_SCHEDULE_NOTIFY
 
コンストラクタの概要
Main()
           
 
メソッドの概要
 void appResume()
          アプリが再開された際に実行されます。
 void appStart()
          アプリのエントリーポイント
 void saveLog()
          例外で終了する場合にログを記録して終了する。
 
クラス mokit.common.BaseMain から継承したメソッド
execBrowser, execVerup, exitApp, getPath, resume, setCanvas, start
 
クラス com.nttdocomo.ui.IApplication から継承したメソッド
clearMoved, getArgs, getCurrentApp, getLaunchTime, getLaunchType, getParameter, getPushManager, getSourceURL, getSuspendInfo, isMoved, isMovedFromOtherTerminal, launch, setLaunchTime, terminate
 
クラス java.lang.Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

MODE_END_APP

public static int MODE_END_APP

MODE_CVSA

public static int MODE_CVSA

MODE_CVSB

public static int MODE_CVSB

LABEL_CVSA

public static java.lang.String LABEL_CVSA

LABEL_CVSB

public static java.lang.String LABEL_CVSB

LABEL_END

public static java.lang.String LABEL_END
コンストラクタの詳細

Main

public Main()
メソッドの詳細

appStart

public void appStart()
アプリのエントリーポイント

オーバーライド:
クラス BaseMain 内の appStart

appResume

public void appResume()
アプリが再開された際に実行されます。

オーバーライド:
クラス BaseMain 内の appResume

saveLog

public void saveLog()
例外で終了する場合にログを記録して終了する。