Class ServiceTaskEvent

java.lang.Object
eu.cloudnetservice.driver.event.Event
eu.cloudnetservice.driver.event.events.task.ServiceTaskEvent
Direct Known Subclasses:
ServiceTaskAddEvent, ServiceTaskRemoveEvent

public abstract class ServiceTaskEvent extends Event
Represents an event which is related to service tasks in any way.
Since:
4.0
  • Field Details

  • Constructor Details

  • Method Details

    • task

      @NonNull public @NonNull ServiceTask task()
      Get the task which is associated with this event.
      Returns:
      the task which is associated with this event.