Class BrolsLoader
java.lang.Object
be.gaudry.bibliobrol.model.process.BrolsLoader
- All Implemented Interfaces:
IBrolLoader<Integer>
- Since:
- 1.0 15 sept. 2008
- Author:
- Steph GAUDRY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
load(AbstractBrolWorker<Integer> worker)
Processor method called by the swing workervoid
setBrolType(int brolType)
void
setFields(List<DAOBrolField> fields)
-
Constructor Details
-
BrolsLoader
public BrolsLoader()
-
-
Method Details
-
getFields
- Returns:
- the fields
-
setFields
- Parameters:
fields
- the fields to set
-
getBrolType
public int getBrolType()- Returns:
- the brolType
-
setBrolType
public void setBrolType(int brolType)- Parameters:
brolType
- the brolType to set
-
getProgressMax
-
load
Processor method called by the swing worker- Specified by:
load
in interfaceIBrolLoader<Integer>
- Parameters:
worker
- instance to perform lengthy job- Returns:
- the
value returned by the worker.doInBackground
andworker.get
methods
-