Uses of Interface
org.wso2.carbon.ntask.core.impl.LocalTaskActionListener
-
Packages that use LocalTaskActionListener Package Description org.wso2.carbon.ntask.core org.wso2.carbon.ntask.core.impl org.wso2.carbon.ntask.core.impl.remote -
-
Uses of LocalTaskActionListener in org.wso2.carbon.ntask.core
Methods in org.wso2.carbon.ntask.core with parameters of type LocalTaskActionListener Modifier and Type Method Description void
TaskManager. registerLocalTaskActionListener(LocalTaskActionListener listener, String taskName)
Registers a listener to be notified when an action is performed on a task. -
Uses of LocalTaskActionListener in org.wso2.carbon.ntask.core.impl
Methods in org.wso2.carbon.ntask.core.impl with parameters of type LocalTaskActionListener Modifier and Type Method Description void
AbstractQuartzTaskManager. registerLocalTaskActionListener(LocalTaskActionListener listener, String taskName)
-
Uses of LocalTaskActionListener in org.wso2.carbon.ntask.core.impl.remote
Methods in org.wso2.carbon.ntask.core.impl.remote with parameters of type LocalTaskActionListener Modifier and Type Method Description void
RemoteTaskManager. registerLocalTaskActionListener(LocalTaskActionListener listener, String taskName)
-