1.0.0

org.eclipse.soda.dk.matrix.lcd.simulator.view.interfaces
Interface LcdViewListener

All Known Implementing Classes:
MatrixCorpLcdSimulator

public interface LcdViewListener

Version:
1.0.0

Field Summary
static int DOWN_BUTTON
          Define the down button (int) constant.
static int ENTER_BUTTON
          Define the enter button (int) constant.
static int F1_BUTTON
          Define the f1 button (int) constant.
static int F2_BUTTON
          Define the f2 button (int) constant.
static int LEFT_BUTTON
          Define the left button (int) constant.
static int POWER_BUTTON
          Define the power button (int) constant.
static int RIGHT_BUTTON
          Define the right button (int) constant.
static int UP_BUTTON
          Define the up button (int) constant.
 
Method Summary
 void buttonPressed(int button)
          Button pressed with the specified button parameter.
 void simulatorClosed()
          Simulator closed.
 

Field Detail

POWER_BUTTON

static final int POWER_BUTTON
Define the power button (int) constant.

See Also:
Constant Field Values

UP_BUTTON

static final int UP_BUTTON
Define the up button (int) constant.

See Also:
Constant Field Values

DOWN_BUTTON

static final int DOWN_BUTTON
Define the down button (int) constant.

See Also:
Constant Field Values

LEFT_BUTTON

static final int LEFT_BUTTON
Define the left button (int) constant.

See Also:
Constant Field Values

RIGHT_BUTTON

static final int RIGHT_BUTTON
Define the right button (int) constant.

See Also:
Constant Field Values

ENTER_BUTTON

static final int ENTER_BUTTON
Define the enter button (int) constant.

See Also:
Constant Field Values

F1_BUTTON

static final int F1_BUTTON
Define the f1 button (int) constant.

See Also:
Constant Field Values

F2_BUTTON

static final int F2_BUTTON
Define the f2 button (int) constant.

See Also:
Constant Field Values
Method Detail

buttonPressed

void buttonPressed(int button)
Button pressed with the specified button parameter.

Parameters:
button - The button (int) parameter.

simulatorClosed

void simulatorClosed()
Simulator closed.


1.0.0

Copyright (c) 2007 IBM