
public class MonitorStatusChangeEvent extends VmEvent
| Modifier and Type | Field and Description |
|---|---|
protected List |
inserted
List of instrumentation objects inserted since the last event.
|
protected List |
removed
List of instrumentation objects removed since the last event.
|
source| Constructor and Description |
|---|
MonitorStatusChangeEvent(MonitoredVm vm,
List inserted,
List removed)
Construct a new MonitorStatusChangeEvent.
|
| Modifier and Type | Method and Description |
|---|---|
List |
getInserted()
Return the list of instrumentation objects that were inserted
since the last event notification.
|
List |
getRemoved()
Return the set of instrumentation objects that were removed
since the last event notification.
|
getMonitoredVmgetSource, toStringprotected List inserted
protected List removed
public MonitorStatusChangeEvent(MonitoredVm vm, List inserted, List removed)
vm - the MonitoredVm source of the event.inserted - the list of instrumentation objects inserted since
the last event.removed - the list of instrumentation objects removed since
the last event.public List getInserted()
public List getRemoved()
Copyright © 2017–2018 earcam. All rights reserved.