public abstract class StudentSectioningLoader extends Object implements Runnable
| Constructor and Description |
|---|
StudentSectioningLoader(StudentSectioningModel model)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected StudentSectioningModel |
getModel()
Returns provided model.
|
abstract void |
load()
Load the model.
|
void |
run() |
void |
setCallback(Callback callback)
Sets callback class
|
public StudentSectioningLoader(StudentSectioningModel model)
model - an empty instance of timetable modelprotected StudentSectioningModel getModel()
public void setCallback(Callback callback)
callback - method Callback.execute() is executed when load is
done