lejos.nxt
Interface ButtonListener


public interface ButtonListener

Abstraction for receiver of button events.

See Also:
Button.addButtonListener(lejos.nxt.ButtonListener)

Method Summary
 void buttonPressed(Button b)
           
 void buttonReleased(Button b)
           
 

Method Detail

buttonPressed

void buttonPressed(Button b)

buttonReleased

void buttonReleased(Button b)