javaruntimes/midp/runtime/javasrc/com/nokia/mj/impl/rt/midp/MidletApplicationBase.java
changeset 23 98ccebc37403
parent 21 2a9601315dfc
equal deleted inserted replaced
21:2a9601315dfc 23:98ccebc37403
    42  * The subclass constructs this class and provides a refernce to just created
    42  * The subclass constructs this class and provides a refernce to just created
    43  * instance of a MIDlet subclass. This class will store the reference to the
    43  * instance of a MIDlet subclass. This class will store the reference to the
    44  * MIDlet instance. During the construction of this class it will give a
    44  * MIDlet instance. During the construction of this class it will give a
    45  * reference to this to the MIDP life cycle, which will store the refernce in
    45  * reference to this to the MIDP life cycle, which will store the refernce in
    46  * order to delegate calls to MIDlet.
    46  * order to delegate calls to MIDlet.
    47  *
       
    48  * @author Nokia Corporation
       
    49  * @version $Rev$
       
    50  */
    47  */
    51 public abstract class MidletApplicationBase
    48 public abstract class MidletApplicationBase
    52 {
    49 {
    53 
    50 
    54     /**
    51     /**