public interface MonitoringGroupCreationListener
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EXCLUDED_ID
Declares the recorder identification used to notify the recordings
of excluded SUM parts.
|
static java.lang.String |
ID_OVERHEAD
Declares the recorder identification used to notify the recordings
of the overhead (data depends on configuration).
|
static java.lang.String |
ID_PROGRAM
Declares the recorder identification used to notify the recordings
of the entire program.
|
| Modifier and Type | Method and Description |
|---|---|
void |
configurationCreated(java.lang.String recId,
IMonitoringGroup elt)
Is called when a configuration of monitoring groups is created.
|
void |
contributionCreated(java.lang.String recId,
java.lang.String contribution,
IMonitoringGroup elt)
Is called when a contribution to a monitoring group is created .
|
void |
monitoringGroupCreated(java.lang.String recId,
IMonitoringGroup elt)
Is called when a monitoring group is created.
|
static final java.lang.String ID_PROGRAM
static final java.lang.String ID_OVERHEAD
static final java.lang.String EXCLUDED_ID
void monitoringGroupCreated(java.lang.String recId,
IMonitoringGroup elt)
recId - the recording identificationelt - the related informationvoid configurationCreated(java.lang.String recId,
IMonitoringGroup elt)
recId - the recording identificationelt - the related informationvoid contributionCreated(java.lang.String recId,
java.lang.String contribution,
IMonitoringGroup elt)
configurationCreated(String, IMonitoringGroup).
The availability of this information is dependent on the configuration
in SPASS-meter.recId - the recording identificationcontribution - the identification of the contributionelt - the related information