com.application.areca.launcher
Class AbstractInformationChannel

java.lang.Object
  extended by com.application.areca.launcher.AbstractInformationChannel
All Implemented Interfaces:
UserInformationChannel, TaskMonitorListener
Direct Known Subclasses:
LoggerUserInformationChannel

public abstract class AbstractInformationChannel
extends java.lang.Object
implements UserInformationChannel


Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Field Summary
protected  TaskMonitor taskMonitor
           
 
Constructor Summary
AbstractInformationChannel()
           
 
Method Summary
 TaskMonitor getTaskMonitor()
           
 void setTaskMonitor(TaskMonitor taskMonitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.application.areca.UserInformationChannel
error, print, startRunning, stopRunning, updateCurrentTask, warn
 
Methods inherited from interface com.myJava.util.taskmonitor.TaskMonitorListener
cancellableChanged, cancelRequested, completionChanged, pauseRequested
 

Field Detail

taskMonitor

protected TaskMonitor taskMonitor
Constructor Detail

AbstractInformationChannel

public AbstractInformationChannel()
Method Detail

getTaskMonitor

public TaskMonitor getTaskMonitor()
Specified by:
getTaskMonitor in interface UserInformationChannel

setTaskMonitor

public void setTaskMonitor(TaskMonitor taskMonitor)
Specified by:
setTaskMonitor in interface UserInformationChannel