Overview  Package   Class  Tree  Index 

be.lassi.base
Class DirtyIndicator

java.lang.Object
  extended by 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..


Constructor Summary
DirtyIndicator()
           
 
Method Summary
 void clear()
           
 com.jgoodies.binding.value.ValueModel getModel()
           
 boolean isDirty()
          
 void mark()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirtyIndicator

public DirtyIndicator()
Method Detail

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

Overview  Package   Class  Tree  Index 
Lighting Assistant 1.2