be.lassi.base
Class DirtyIndicator
java.lang.Object
be.lassi.base.DirtyIndicator
- All Implemented Interfaces:
- Dirty
public class DirtyIndicator
- extends java.lang.Object
- implements Dirty
Flag that is used in objects to indicate that their state
has changed (object is dirty) and should be saved to make
the changes persistant..
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DirtyIndicator
public DirtyIndicator()
clear
public void clear()
getModel
public com.jgoodies.binding.value.ValueModel getModel()
isDirty
public boolean isDirty()
-
- Specified by:
isDirty in interface Dirty
mark
public void mark()
-
- Specified by:
mark in interface Dirty