Interface VmEventInfo

All Superinterfaces:
EventInfo
All Known Subinterfaces:
CloudletVmEventInfo, DatacenterVmMigrationEventInfo, VmDatacenterEventInfo, VmHostEventInfo

public interface VmEventInfo
extends EventInfo
An interface that represents data to be passed to EventListener objects that are registered to be notified when some events happen for a given Vm.
Since:
CloudSim Plus 1.0
Author:
Manoel Campos da Silva Filho
See Also:
VmDatacenterEventInfo, CloudletVmEventInfo
  • Method Summary

    Modifier and Type Method Description
    Vm getVm()
    Gets the Vm for which the event happened.

    Methods inherited from interface org.cloudsimplus.listeners.EventInfo

    getListener, getTime
  • Method Details

    • getVm

      Vm getVm()
      Gets the Vm for which the event happened.
      Returns: