The notifyDestroyed() method is used to notify the application management software that the MIDlet has entered into the destroyed state. The application management software will not call the MIDlet’s destroyApp() method, and all resources held by the MIDlet will be considered eligible for reclamation. It has to perform all the methods that will be performed if the MIDlet.destroyApp() had been called. The general form of the notifyDestroyed() method is as follows:
What is the notifyDestroyed() method?
November 27th, 2006 by uCertify Leave a reply »
Advertisement