Package org.oddjob.structural
Interface StructuralListener
- All Known Implementing Classes:
WaitForChildren
public interface StructuralListener
A class which implements this interface is able to receive structural events.
- Author:
- Rob Gordon
-
Method Summary
Modifier and TypeMethodDescriptionvoidchildAdded(StructuralEvent event) Called when a child is added to a Structural object.voidchildRemoved(StructuralEvent event) Called when a child is removed from a Strucutral object.
-
Method Details
-
childAdded
Called when a child is added to a Structural object.- Parameters:
event- The strucural event.
-
childRemoved
Called when a child is removed from a Strucutral object.- Parameters:
event- The strucutral event.
-