
public interface HostListener extends EventListener
MonitoredHost| Modifier and Type | Method and Description |
|---|---|
void |
disconnected(HostEvent event)
Invoked when the connection to the MonitoredHost has disconnected
due to communication errors.
|
void |
vmStatusChanged(VmStatusChangeEvent event)
Invoked when the status of Java Virtual Machine changes.
|
void vmStatusChanged(VmStatusChangeEvent event)
event - the object describing the event.void disconnected(HostEvent event)
event - the object describing the event.Copyright © 2017–2018 earcam. All rights reserved.