org.openorb.board.shared.board
public class BoardTableListener extends MouseInputAdapter implements ListSelectionListener
Field Summary | |
---|---|
static int | EVENT_ALL
Define the event type constants |
static int | EVENT_LCLICK_1 |
static int | EVENT_LCLICK_2 |
static int | EVENT_SELECTION |
Constructor Summary | |
---|---|
BoardTableListener()
Constructor |
Method Summary | |
---|---|
void | addCase(int cellType, int eventType, BoardEventHandler listener) |
void | mouseClicked(MouseEvent evt)
MouseListener implementation |
void | removeCase(int cellType) |
void | removeCase(int cellType, int eventType) |
void | valueChanged(ListSelectionEvent evt)
ListSelectionListener implementation |