|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An interface that all CardBoardModel listeners must implement.
| Method Summary | |
void |
contentsChanged(CardBoardEvent e)
Sent when the contents of the board has changed in a way that's too complex to characterize with the previous methods. |
void |
intervalAdded(CardBoardEvent e)
Sent after the indices in the index0,index1 interval have been inserted in the data model. |
void |
intervalRemoved(CardBoardEvent e)
Sent after the indices in the index0,index1 interval have been removed from the data model. |
| Method Detail |
public void intervalAdded(CardBoardEvent e)
e - a CardBoardEvent encapsulating the
event informationpublic void intervalRemoved(CardBoardEvent e)
e - a CardBoardEvent encapsulating the
event informationpublic void contentsChanged(CardBoardEvent e)
e - a CardBoardEvent encapsulating the
event information
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||