|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GridListener
Defines an object which listen for changes in the GridModel
| Method Summary | |
|---|---|
void |
areaChanged(int x,
int y,
int dx,
int dy)
Notify that the cells within the rectangle whose upper-left corner has coordinate (x,y), width dx and height dy has changed |
| Method Detail |
|---|
void areaChanged(int x,
int y,
int dx,
int dy)
x - x coordinate of the rectangle whose cells has changedy - y coordinate of the rectangle whose cells has changeddx - width of the rectangle whose cells has changeddy - height of the rectangle whose cells has changed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||