Interface CloudletEventInfo

All Superinterfaces:
EventInfo
All Known Subinterfaces:
CloudletResourceAllocationFailEventInfo, CloudletVmEventInfo

public interface CloudletEventInfo 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 Cloudlet.
Since:
CloudSim Plus 1.0
Author:
Manoel Campos da Silva Filho
See Also:
  • Method Details

    • getCloudlet

      Cloudlet getCloudlet()
      Gets the Cloudlet for which the event happened.
      Returns: