EGF Engine
Release 0.1.0

org.eclipse.egf.common.progress
Interface IProgressRunnable


public interface IProgressRunnable

Runnable that is reporting its progress through a IProgressMonitor.


Method Summary
 String getReportingTitle()
          Get reporting title.
 boolean run(IProgressMonitor progressMonitor_p)
          A run method, that can take any action.
 

Method Detail

run

boolean run(IProgressMonitor progressMonitor_p)
A run method, that can take any action.

Parameters:
progressMonitor_p -
Returns:
true if runnable ended successfully, false otherwise.

getReportingTitle

String getReportingTitle()
Get reporting title.

Returns:

EGF Engine
Release 0.1.0

Copyright (c) Thales Corporate Services S.A.S, 2009.

This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.