Package org.oddjob.structural

Classes for structure.

See:
          Description

Interface Summary
ChildList<E> A modifiable list of children.
StructuralListener A class which implements this interface is able to receive structural events.
 

Class Summary
ChildHelper<E> Helper for managing child Objects.
ChildMatch<T> Compares an incoming list of children with a base list and performs insert and remove operations that make the lists match.
StructuralEvent This event is fired by an implementer of the Structural interface when its structure changes.
 

Exception Summary
OddjobChildException An exception which can be thrown by a Strutured node which is cascading a child exception upwards.
 

Package org.oddjob.structural Description

Classes for structure.