blueme.messenger.interfaces
Interface iBootLoader_GUI

All Known Implementing Classes:
BMM1

public interface iBootLoader_GUI


Method Summary
 void endApplication()
          Method used to end the application.
 java.lang.String getProperty(java.lang.String name)
          For getting JAD information and other system properties.
 boolean nativeAction(java.lang.String url)
          This method returns “true” if the supplied URL could be executed immediately my the mobile phone.
 

Method Detail

nativeAction

boolean nativeAction(java.lang.String url)
This method returns “true” if the supplied URL could be executed immediately my the mobile phone. If the phone is unable to “multi task” and must wait till the application is finished before executing the URL, it will return “false”.


getProperty

java.lang.String getProperty(java.lang.String name)
For getting JAD information and other system properties.


endApplication

void endApplication()
Method used to end the application.