- All Known Implementing Classes:
Job
public interface IJob
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(IMessageCollector monitor, ICanceler canceler) getText()getTitle()
-
Method Details
-
execute
void execute(IMessageCollector monitor, ICanceler canceler) throws ExcecutionFaildException, CanceledException -
getTitle
String getTitle() -
getDescription
String getDescription() -
getText
String getText()
-