Class CloudServicePreLifecycleEvent

java.lang.Object
eu.cloudnetservice.driver.event.Event
eu.cloudnetservice.node.event.service.CloudServiceEvent
eu.cloudnetservice.node.event.service.CloudServicePreLifecycleEvent
All Implemented Interfaces:
eu.cloudnetservice.driver.event.Cancelable

public final class CloudServicePreLifecycleEvent extends CloudServiceEvent implements eu.cloudnetservice.driver.event.Cancelable
  • Field Details

    • targetLifecycle

      private final eu.cloudnetservice.driver.service.ServiceLifeCycle targetLifecycle
    • cancelled

      private volatile boolean cancelled
  • Constructor Details

  • Method Details

    • targetLifecycle

      @NonNull public @NonNull eu.cloudnetservice.driver.service.ServiceLifeCycle targetLifecycle()
    • cancelled

      public boolean cancelled()
      Specified by:
      cancelled in interface eu.cloudnetservice.driver.event.Cancelable
    • cancelled

      public void cancelled(boolean value)
      Specified by:
      cancelled in interface eu.cloudnetservice.driver.event.Cancelable