Modifier and Type | Method and Description |
---|---|
static VmStatusListener.Status |
VmStatusListener.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VmStatusListener.Status[] |
VmStatusListener.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
VmStatusListener.vmStatusChanged(VmStatusListener.Status newStatus,
int pid) |
Modifier and Type | Method and Description |
---|---|
void |
VmListenerBackend.vmStatusChanged(VmStatusListener.Status newStatus,
int pid) |
Modifier and Type | Method and Description |
---|---|
void |
VmStatusChangeNotifier.notifyVmStatusChange(VmStatusListener.Status newStatus,
int pid)
Notify all registered listeners about a Vm status change.
|
Modifier and Type | Method and Description |
---|---|
void |
ThreadBackend.vmStatusChanged(VmStatusListener.Status newStatus,
int pid) |
Modifier and Type | Method and Description |
---|---|
void |
VmCpuBackend.vmStatusChanged(VmStatusListener.Status newStatus,
int pid) |
Copyright © 2013. All rights reserved.