javauis/javalegacyutils/javasrc/com/nokia/mj/impl/rt/legacy/ToolkitInvoker.java
changeset 61 bf7ee68962da
parent 35 85266cc22c7f
equal deleted inserted replaced
48:e0d6e9bd3ca7 61:bf7ee68962da
    86      * @return true if the NGA flag is set
    86      * @return true if the NGA flag is set
    87      * @since S60 9.2
    87      * @since S60 9.2
    88      */
    88      */
    89     public abstract boolean isNgaEnabled();
    89     public abstract boolean isNgaEnabled();
    90 
    90 
    91 
       
    92     /**
       
    93      * NGA specific change.
       
    94      * LCDUI's client APIs (e.g M3G) can check are they on foreground or not. 
       
    95      * @return <code>true</code> if MIDlet is on foreground.
       
    96      * @since S60 9.2
       
    97      */
       
    98     public abstract boolean isForeground();
       
    99     
       
   100     //
    91     //
   101     // Image access
    92     // Image access
   102     //
    93     //
   103     public abstract int     imageGetHandle(Object aImage);
    94     public abstract int     imageGetHandle(Object aImage);
   104     public abstract boolean imageIsMutable(Object aImage);
    95     public abstract boolean imageIsMutable(Object aImage);