org.openbandy.log
Class LogStorageViewerMIDlet

java.lang.Object
  extended by javax.microedition.midlet.MIDlet
      extended by org.openbandy.log.LogStorageViewerMIDlet

public class LogStorageViewerMIDlet
extends javax.microedition.midlet.MIDlet

The LogStorageViewerMIDlet opens and shows the log for viewing purposes only, i.e., it is not possible to add log messages. Instead all log messages that are stored in the RMS are shown in the log canvas. As all MIDlets of the same MIDlet Suite have access to the same RMS records, this allows to view the log messages of your main MIDlet even after it crashed unexpectedly.

(c) Copyright Philipp Bolliger 2007, ALL RIGHTS RESERVED.

Version:
1.0
Author:
Philipp Bolliger (philipp@bolliger.name)

Constructor Summary
LogStorageViewerMIDlet()
           
 
Method Summary
 
Methods inherited from class javax.microedition.midlet.MIDlet
checkPermission, getAppProperty, notifyDestroyed, notifyPaused, platformRequest, resumeRequest
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogStorageViewerMIDlet

public LogStorageViewerMIDlet()