Interface VmEventInfo

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

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:
  • Method Summary

    Modifier and Type
    Method
    Description
    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: