|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BoardSelectionListener | |
org.cb.cardboard | A package containing (supposedly) generic classes and interfaces for cardboard games implementations. |
org.cb.jset.client.ui | The UI of the JSet client. |
Uses of BoardSelectionListener in org.cb.cardboard |
Methods in org.cb.cardboard with parameters of type BoardSelectionListener | |
void |
DefaultBoardSelectionModel.addBoardSelectionListener(BoardSelectionListener x)
|
void |
DefaultBoardSelectionModel.removeBoardSelectionListener(BoardSelectionListener x)
|
void |
BoardSelectionModel.addBoardSelectionListener(BoardSelectionListener x)
Add a listener to the list that's notified each time a change to the selection occurs. |
void |
BoardSelectionModel.removeBoardSelectionListener(BoardSelectionListener x)
Remove a listener from the list that's notified each time a change to the selection occurs. |
Uses of BoardSelectionListener in org.cb.jset.client.ui |
Methods in org.cb.jset.client.ui that return BoardSelectionListener | |
BoardSelectionListener[] |
JSetBoardComponent.getBoardSelectionListeners()
Returns an array of all the BoardSelectionListener s added
to this JCardBoardComponent with addBoardSelectionListener(). |
Methods in org.cb.jset.client.ui with parameters of type BoardSelectionListener | |
void |
JSetBoardComponent.addBoardSelectionListener(BoardSelectionListener listener)
Adds a listener to the cardBoard that's notified each time a change to the selection occurs. |
void |
JSetBoardComponent.removeBoardSelectionListener(BoardSelectionListener listener)
Removes a listener from the list that's notified each time a change to the selection occurs. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |