org.oddjob.structural
Interface StructuralListener


public interface StructuralListener

A class which implements this interface is able to receive structural events.

Author:
Rob Gordon

Method Summary
 void childAdded(StructuralEvent event)
          Called when a child is added to a Structural object.
 void childRemoved(StructuralEvent event)
          Called when a child is removed from a Strucutral object.
 

Method Detail

childAdded

void childAdded(StructuralEvent event)
Called when a child is added to a Structural object.

Parameters:
event - The strucural event.

childRemoved

void childRemoved(StructuralEvent event)
Called when a child is removed from a Strucutral object.

Parameters:
event - The strucutral event.