public class WaitForChildren extends java.lang.Object implements StructuralListener
Constructor and Description |
---|
WaitForChildren(java.lang.Object o) |
WaitForChildren(java.lang.Object o,
int retry) |
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.
|
java.lang.Object[] |
children() |
void |
waitFor(int count) |
public WaitForChildren(java.lang.Object o, int retry)
public WaitForChildren(java.lang.Object o)
public void waitFor(int count)
public java.lang.Object[] children()
public void childAdded(StructuralEvent event)
StructuralListener
childAdded
in interface StructuralListener
event
- The strucural event.public void childRemoved(StructuralEvent event)
StructuralListener
childRemoved
in interface StructuralListener
event
- The strucutral event.