public interface ControlListener
| Modifier and Type | Method and Description |
|---|---|
void |
onControlAdded(Control control)
Called after control was added to an entity.
|
void |
onControlRemoved(Control control)
Called before control is removed from an entity.
|
void onControlAdded(Control control)
control - the control that was addedvoid onControlRemoved(Control control)
control - the control to be removedCopyright © 2017. All rights reserved.