Verastream Transaction Integrator 4.0

Uses of Interface
com.attachmate.tasks.ITaskListener

Packages that use ITaskListener
com.attachmate.tasks   
com.attachmate.transaction.runtime.common.taskbean   
 

Uses of ITaskListener in com.attachmate.tasks
 

Methods in com.attachmate.tasks with parameters of type ITaskListener
 void ITask.addTaskListener(ITaskListener listener)
          Adds a new task listener to this bean.
 void ITask.removeTaskListener(ITaskListener listener)
          Removes the specified task listener from this bean.
 

Uses of ITaskListener in com.attachmate.transaction.runtime.common.taskbean
 

Methods in com.attachmate.transaction.runtime.common.taskbean with parameters of type ITaskListener
 void BaseTaskBean.addTaskListener(ITaskListener listener)
          Adds a new task listener to this bean.
 void BaseTaskBean.removeTaskListener(ITaskListener listener)
          Removes the specified task listener from this bean.
 


Verastream Transaction Integrator 4.0