TaskExecutionAdapter

A TaskExecutionListener adapter class for receiving task execution events. The methods in this class are empty. This class exists as convenience for creating listener objects.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun afterExecute(task: Task, state: TaskState)
Link copied to clipboard
open fun beforeExecute(task: Task)