Interface HostEventInfo

All Superinterfaces:
EventInfo
All Known Subinterfaces:
HostUpdatesVmsProcessingEventInfo, VmHostEventInfo

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

    • getHost

      Host getHost()
      Gets the Host for which the event happened.
      Returns:
    • of

      static HostEventInfo of(EventListener<? extends EventInfo> listener, Host host, double time)
      Gets a EventInfo instance from the given parameters.
      Parameters:
      listener - the listener to be notified about the event
      time - the time the event happened
      Returns: