public interface GralPanelActivated_ifc
Modifier and Type | Field and Description |
---|---|
static int |
version
Version, history and licence
Copyright/Copyleft:
For this source the LGPL Lesser General Public License,
published by the Free Software Foundation is valid.
|
Modifier and Type | Method and Description |
---|---|
void |
panelActivatedGui(java.util.List<GralWidget> widgets)
If a panel is actived, the user will be notified.
|
static final int version
void panelActivatedGui(java.util.List<GralWidget> widgets)
widgets
- Information about all widgets in this panel, which should be updated
with correct values for example with data of a running process.