next up previous
Next: 7.3 SensorListnerインタフェース Up: 7 josx パッケージ Previous: 7.1 Buttonクラス

7.2 ButtonListenerインタフェース

ButtonListenerはインタフェースである.
package josx.platform.rcx;

/**
 * Abstraction for receiver
 * of button events.
 * @see josx.platform.rcx.Button#
 * addButtonListener
 */
public interface ButtonListener
{
  public void buttonPressed (Button b);
  public void buttonReleased (Button b);
}


generated through LaTeX2HTML. M.Inaba 平成18年5月7日