
public interface VmListener extends EventListener
MonitoredVm| Modifier and Type | Method and Description |
|---|---|
void |
disconnected(VmEvent event)
Invoked when the connection to the MonitoredVm has disconnected
due to communication errors.
|
void |
monitorStatusChanged(MonitorStatusChangeEvent event)
Invoked when instrumentation objects are inserted into or removed
from the MonitoredVm.
|
void |
monitorsUpdated(VmEvent event)
Invoked when instrumentation objects are updated.
|
void monitorStatusChanged(MonitorStatusChangeEvent event)
event - the object describing the event.void monitorsUpdated(VmEvent event)
event - the object describing the event.void disconnected(VmEvent event)
event - the object describing the event.Copyright © 2017–2018 earcam. All rights reserved.