public interface LocalTaskActionListener
TaskManager
. Any class that
needs to be notified when a task that was scheduled to be run locally is deleted, should implement this.Modifier and Type | Method and Description |
---|---|
void |
notifyLocalTaskDeletion(String taskName)
Method to notify when a local task is deleted.
|
void notifyLocalTaskDeletion(String taskName)
taskName
- Copyright © 2019 WSO2. All rights reserved.