SunSPOT API V5.0


Uses of Interface
com.sun.squawk.Isolate.LifecycleListener

Packages that use Isolate.LifecycleListener
com.sun.spot.sensorboard Contains highest level interfaces and concrete classes that make up the SunSPOT sensorboard libraries. 
com.sun.squawk   
 

Uses of Isolate.LifecycleListener in com.sun.spot.sensorboard
 

Classes in com.sun.spot.sensorboard that implement Isolate.LifecycleListener
 class EDemoController
          This class manages the SPI interfaces and communications to the reachable parts on the EDemoBoard, namely the Atmega88, the Analog to Digital Converter, and the flash eeprom. ( some of this is done by superclasses ) Controller interfaces use a model of interaction that allows for behaviours of the controlled functionality to be modified by implementing the accessor interfaces.
 

Uses of Isolate.LifecycleListener in com.sun.squawk
 

Methods in com.sun.squawk with parameters of type Isolate.LifecycleListener
 void Isolate.addLifecycleListener(Isolate.LifecycleListener listener, int eventSet)
          Add a listener to be run when this isolate terminates, hibernates, or unhibernates, depending on evenSet.
 boolean Isolate.removeLifecycleListener(Isolate.LifecycleListener listener, int eventSet)
          Remove an Isolate.LifecycleListener from this isolate.
 


SunSPOT API V5.0


Copyright � 2006-2008 Sun Microsystems, Inc. All Rights Reserved.