|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WidgetContainerListener
A WidgetContainmentListener is notified when a Widget is added to or removed from to a WidgetContainer.
| Method Summary | |
|---|---|
void |
onWidgetAddedToContainer(WidgetContainer container,
Widget widget)
This event is fired, when a Widget is added to a WidgetContainer. |
void |
onWidgetAddedToHUD(HUD hud,
Widget widget)
This event is fired, when a Widget is added to a WidgetContainer and the container itself is already added to the HUD or is the HUD itself. |
void |
onWidgetRemovedFromContainer(WidgetContainer container,
Widget widget)
This event is fired, when a Widget is removed from a WidgetContainer. |
| Method Detail |
|---|
void onWidgetAddedToContainer(WidgetContainer container,
Widget widget)
container - the WidgetContainer, the Widget is added towidget - the Widget, which is added to a WidgetContainer
void onWidgetAddedToHUD(HUD hud,
Widget widget)
hud - the HUD, the Widget is added towidget - the Widget, which is added to a WidgetContainer
void onWidgetRemovedFromContainer(WidgetContainer container,
Widget widget)
container - the WidgetContainer, the Widget is removed fromwidget - the Widget, which is removed from a WidgetContainer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||