Interface IRegistrationListener
- All Known Implementing Classes:
WizardBase
public interface IRegistrationListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
taskDeregistered
(String sTaskID) Notification method...called when a task is successfully deregistered from the TasksManager.void
taskRegistered
(String sTaskID) Notification method...called when a new task is successfully registered with the TasksManager.
-
Method Details
-
taskRegistered
Notification method...called when a new task is successfully registered with the TasksManager.- Parameters:
sTaskID
- ID of the newly registered task.
-
taskDeregistered
Notification method...called when a task is successfully deregistered from the TasksManager.- Parameters:
sTaskID
- ID of the deregistered task.
-