|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GEVADirtyListener
Allow a GUI to listen to all its properties when they are modified and become dirty allowing the GUI to enable a save button or whatnot
Method Summary | |
---|---|
boolean |
canDirty()
Get whether calling setDirty() will actually set the state as dirty (true) or not (false) |
void |
setDirty()
Called when modifications were made that need to be saved |
void |
setDirtyable(boolean dirtyable)
Called when modifications will be made, but will or will not need to be saved. |
Method Detail |
---|
void setDirty()
void setDirtyable(boolean dirtyable)
dirtyable
- pass true if future calls to setDirty are because of a
modification that needs to be saved. pass false if future calls to
setDirty are because of a modification that doesn't need to be savedboolean canDirty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |