Class ServiceTaskAddEvent
java.lang.Object
eu.cloudnetservice.driver.event.Event
eu.cloudnetservice.driver.event.events.task.ServiceTaskEvent
eu.cloudnetservice.driver.event.events.task.ServiceTaskAddEvent
An event being called when a service task gets added or updated. This is due to the fact that adding or updating
makes no difference for the cloudnet internal handling so there is no reason to split the same behaviour into two
events.
- Since:
- 4.0
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new service task add event. -
Method Summary
Methods inherited from class eu.cloudnetservice.driver.event.events.task.ServiceTaskEvent
task
-
Constructor Details
-
ServiceTaskAddEvent
Constructs a new service task add event.- Parameters:
task- the task associated with this event.- Throws:
NullPointerException- if the given task is null.
-