josx.platform.rcx
Interface ButtonListener


public interface ButtonListener

Abstraction for receiver of button events.

See Also:
Button.addButtonListener(josx.platform.rcx.ButtonListener)

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

Method Detail

buttonPressed

public void buttonPressed(Button b)

buttonReleased

public void buttonReleased(Button b)