public interface IVHostItemNotify
IVHostItemNotify: listener interface used by VHostList addVHostItemListener
VHostList is the list vHost definitions in VHosts.xml not the vHosts themselves. With this listener interface you can monitor the vHost definition changes.
| Modifier and Type | Method | Description |
|---|---|---|
void |
onVHostItemCreate(VHostItem vhostItem) |
Triggered when vHostItem created
|
void |
onVHostItemDestroy(VHostItem vhostItem) |
Triggered when vHostItem destroyed
|
void |
onVHostItemUpdate(VHostItem vhostItem) |
Triggered when vHostItem updated
|
void onVHostItemCreate(VHostItem vhostItem)
vhostItem - vhostItemvoid onVHostItemDestroy(VHostItem vhostItem)
vhostItem - vhostItemvoid onVHostItemUpdate(VHostItem vhostItem)
vhostItem - vhostItem