Overview   Package  Class  Tree  Index 

Package be.lassi.base

Some common base classes, including value holders and listener support.

See:
          Description

Interface Summary
BooleanListener Listens to boolean value changes.
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..
IntListener Listens to integer value changes.
Listener Listens for value changes.
LListListener<E>  
LongListener Listens to long value value changes.
NamedValue Wraps a value with a name.
NameListener Listen for name changes.
 

Class Summary
AbstractHolder Implements the common functionality for the value holders.
BooleanHolder Value holder for boolean values.
DirtyIndicator 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..
DirtyStub  
Holder<E> Generic implementation of an object value holder.
HolderAdapter<E> Adapts our Holder objects to make them available as a JGoodies ValueModel.
IntHolder Value holder for integer values.
Listeners Collection of Listener objects.
LList<E>  
LongHolder Value holder for long values.
NamedObject Super class for classes where the instances should get a name.
NamedObjects Collection of NamedObject's.
SaveableObject Instances of subclasses of this class can be marked dirty when their state changes, so that we know whether the instance is eligible for a save operation.
SimpleListListener<E>  
StringHolder A value holder for String values.
 

Package be.lassi.base Description

Some common base classes, including value holders and listener support.


Overview   Package  Class  Tree  Index 
Lighting Assistant 1.2