public interface IRegistrationListener
Modifier and Type | Method and Description |
---|---|
void |
taskDeregistered(java.lang.String sTaskID)
Notification method...called when a task is successfully deregistered from the TasksManager.
|
void |
taskRegistered(java.lang.String sTaskID)
Notification method...called when a new task is successfully registered with the TasksManager.
|
void taskRegistered(java.lang.String sTaskID)
sTaskID
- ID of the newly registered task.void taskDeregistered(java.lang.String sTaskID)
sTaskID
- ID of the deregistered task.Copyright © 2008 Actuate Corp. All rights reserved.