com.application.areca
Interface UserInformationChannel
- All Superinterfaces:
- TaskMonitorListener
- All Known Implementing Classes:
- AbstractInformationChannel, InfoChannel, LoggerUserInformationChannel
public interface UserInformationChannel
- extends TaskMonitorListener
- Author:
- Olivier PETRUCCI
Areca Build ID : 7299034069467778562
print
void print(java.lang.String info)
warn
void warn(java.lang.String info)
error
void error(java.lang.String info)
updateCurrentTask
void updateCurrentTask(long taskIndex,
long taskCount,
java.lang.String taskDescription)
startRunning
void startRunning()
stopRunning
void stopRunning()
setTaskMonitor
void setTaskMonitor(TaskMonitor tm)
getTaskMonitor
TaskMonitor getTaskMonitor()