Changeset 67
- Timestamp:
- 09/26/08 16:20:22 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Projects/TrafficLightFinder/src/org/sunspotworld/TrafficLightFinder.java
r66 r67 109 109 } 110 110 } 111 112 /* 113 114 Copyright 2008 The SPOTBot Team 115 116 Licensed under the Apache License, Version 2.0 (the "License"); 117 you may not use this file except in compliance with the License. 118 You may obtain a copy of the License at 119 120 http://www.apache.org/licenses/LICENSE-2.0 121 122 Unless required by applicable law or agreed to in writing, software 123 distributed under the License is distributed on an "AS IS" BASIS, 124 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 125 See the License for the specific language governing permissions and 126 limitations under the License. 127 128 */ 129 Projects/TrafficLightSender/src/org/sunspotworld/TrafficLightSender.java
r66 r67 223 223 } 224 224 225 /** 226 * Called if the MIDlet is terminated by the system. 227 * I.e. if startApp throws any exception other than MIDletStateChangeException, 228 * if the isolate running the MIDlet is killed with Isolate.exit(), or 229 * if VM.stopVM() is called. 230 * 231 * It is not called if MIDlet.notifyDestroyed() was called. 232 * 233 * @param unconditional If true when this method is called, the MIDlet must 234 * cleanup and release all resources. If false the MIDlet may throw 235 * MIDletStateChangeException to indicate it does not want to be destroyed 236 * at this time. 237 */ 225 238 226 protected void destroyApp(boolean unconditional) throws MIDletStateChangeException { 239 227 } 240 228 } 229 230 /* 231 232 Copyright 2008 The SPOTBot Team 233 234 Licensed under the Apache License, Version 2.0 (the "License"); 235 you may not use this file except in compliance with the License. 236 You may obtain a copy of the License at 237 238 http://www.apache.org/licenses/LICENSE-2.0 239 240 Unless required by applicable law or agreed to in writing, software 241 distributed under the License is distributed on an "AS IS" BASIS, 242 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 243 See the License for the specific language governing permissions and 244 limitations under the License. 245 246 */ 247
