Class ServiceReadyEvent

All Implemented Interfaces:
Serializable

public class ServiceReadyEvent extends AbstractServiceInstanceEvent
An event fired when a service has completed starting and is ready to service requests.
Since:
1.0
Author:
graemerocher
See Also:
  • Constructor Details

    • ServiceReadyEvent

      public ServiceReadyEvent(ServiceInstance source)
      Constructs a prototypical Event.
      Parameters:
      source - The object on which the Event initially occurred.
      Throws:
      IllegalArgumentException - if source is null.