Package org.wso2.carbon.ntask.core.impl
Interface LocalTaskActionListener
-
public interface LocalTaskActionListener
Listener to be notified when a task is deleted atTaskManager
. Any class that needs to be notified when a task that was scheduled to be run locally is deleted, should implement this.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notifyLocalTaskDeletion(String taskName)
Method to notify when a local task is deleted.
-
-
-
Method Detail
-
notifyLocalTaskDeletion
void notifyLocalTaskDeletion(String taskName)
Method to notify when a local task is deleted.- Parameters:
taskName
-
-
-