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 :
IProcessablePanel
added 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 TypeMethodDescriptionvoid
startProcess(boolean forceStart)
Starts the processvoid
Stops the process if existsvoid
Starts 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
-true
for canceling previous execution of the process and starting a new execution with new parameters.false
for 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
-