public interface DesignListener
| Modifier and Type | Method and Description |
|---|---|
void |
childAdded(DesignStructureEvent event)
Called when a child is added to a Structural object.
|
void |
childRemoved(DesignStructureEvent event)
Called when a child is removed from a Structural object.
|
void childAdded(DesignStructureEvent event)
event - The structural event.void childRemoved(DesignStructureEvent event)
event - The structural event.Copyright © 2023. All rights reserved.