Class PersonsLoader
java.lang.Object
be.gaudry.bibliobrol.model.process.PersonsLoader
- Since:
- 1.0 4 oct. 2008
- Author:
- Steph GAUDRY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
load(AbstractBrolWorker<Integer> worker, ActorRole role)
Processor method called by the swing worker
-
Constructor Details
-
PersonsLoader
public PersonsLoader()
-
-
Method Details
-
getProgressMax
-
load
Processor method called by the swing worker- Parameters:
worker
- to allow loading the list asynchronous and sending each result in an Object[]role
- role where the persons may be
-