|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CardBoardModelListener | |
org.cb.cardboard | A package containing (supposedly) generic classes and interfaces for cardboard games implementations. |
Uses of CardBoardModelListener in org.cb.cardboard |
Methods in org.cb.cardboard with parameters of type CardBoardModelListener | |
void |
CardBoardModel.addBoardDataListener(CardBoardModelListener listener)
Adds a listener to the list that's notified each time a change to the data model occurs. |
void |
CardBoardModel.removeBoardDataListener(CardBoardModelListener listener)
Removes a listener from the list that's notified each time a change to the data model occurs. |
void |
AbstractCardBoardModel.addBoardDataListener(CardBoardModelListener listener)
Adds the specified listener to the instance's listener's list. |
void |
AbstractCardBoardModel.removeBoardDataListener(CardBoardModelListener listener)
Removes the specified listener to the instance's listener's list. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |