Uses of Interface
com.sentilla.system.Button

Packages that use Button
com.sentilla.platform.tmote Sentilla system implementations for the Sentilla Tmote platform. 
com.sentilla.system Sentilla core system classes. 
 

Uses of Button in com.sentilla.platform.tmote
 

Classes in com.sentilla.platform.tmote that implement Button
 class Button
          Tmote implementation of the Button interface.
 

Methods in com.sentilla.platform.tmote that return Button
 Button ButtonDriver.newButton()
           
 

Uses of Button in com.sentilla.system
 

Methods in com.sentilla.system that return Button
static Button ButtonDriver.create(String driver)
          Create a new Button instance using the given driver name.
abstract  Button ButtonDriver.newButton()
          Create a new Button instance.
 Button Button.setChange()
          Sets the button to await a state transition.
 Button Button.setPress()
          Sets the button to await transition from released to pressed.
 Button Button.setRead()
          Sets the button to read the button state.
 Button Button.setRelease()
          Sets the button to await transition from pressed to released.
 



Copyright © 2007 Sentilla Corporation. All Rights Reserved.