Package be.gaudry.swing.utils
Interface IRunnablePanel
- All Known Subinterfaces:
 IProcessablePanel
- All Known Implementing Classes:
 CewePanel,FileChartTablePanel,MReporterPanel,RefreshSynchroPanel,Runtastic2GpxPanel,SearchMediaPanel,SynchroMainPanel,TransfertPhotosPanel
public interface IRunnablePanel
Notes :
 
- Dec 6, 2011 : 
IProcessablePaneladded to provide more features... 
- Since:
 - 1.0 (Sep 4, 2009), broldev.core.swing 0.0.1-SNAPSHOT dependency
 - Version:
 - 1.0 (Sep 4, 2009)
 - Author:
 - Steph GAUDRY
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidstartProcess(boolean forceStart)Starts the processvoidStops the process if existsvoidStarts the process(like startProcess(false))if not started, or stops the process if started 
- 
Method Details
- 
startProcess
void startProcess(boolean forceStart)Starts the process- Parameters:
 forceStart-truefor canceling previous execution of the process and starting a new execution with new parameters.falsefor starting only if not yet started
 - 
stopProcess
void stopProcess()Stops the process if exists - 
toggleStartStopProcess
void toggleStartStopProcess()Starts the process(like startProcess(false))if not started, or stops the process if started 
 -