public interface StructuralListener
| Modifier and Type | Method and Description |
|---|---|
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.
|
void childAdded(StructuralEvent event)
event - The strucural event.void childRemoved(StructuralEvent event)
event - The strucutral event.