be.lassi.cues
Class DirtyCues
java.lang.Object
be.lassi.cues.DirtyCues
- All Implemented Interfaces:
- Dirty
public class DirtyCues
- 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 |
DirtyCues
public DirtyCues(DirtyIndicator dirtyShow,
DirtyIndicator dirtyCues)
isDirty
public boolean isDirty()
- Specified by:
isDirty in interface Dirty
mark
public void mark()
- Specified by:
mark in interface Dirty