Package org.oddjob.structural


package org.oddjob.structural

Classes for structure.

  • Class
    Description
    Helper for managing child Objects.
    A modifiable list of children.
    Compares an incoming list of children with a base list and performs insert and remove operations that make the lists match.
    An exception which can be thrown by a Strutured node which is cascading a child exception upwards.
    This event is fired by an implementer of the Structural interface when its structure changes.
    A class which implements this interface is able to receive structural events.