Class RolesLoader
java.lang.Object
be.gaudry.bibliobrol.model.process.RolesLoader
- Since:
- 1.0 4 oct. 2008
- Author:
- Steph GAUDRY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
void
load(AbstractBrolWorker<Integer> worker)
Processor method called by the swing workervoid
setPersonId(int personId)
-
Constructor Details
-
RolesLoader
public RolesLoader()
-
-
Method Details
-
getPersonId
public int getPersonId()- Returns:
- the personId
-
setPersonId
public void setPersonId(int personId)- Parameters:
personId
- the personId to set
-
load
Processor method called by the swing worker- Parameters:
worker
- to allow loading the list asynchronous and sending each result in an Object[]
-