|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.cpsolver.studentsct.StudentSectioningLoader
public abstract class StudentSectioningLoader
Abstract student sectioning loader class.
| Constructor Summary | |
|---|---|
StudentSectioningLoader(StudentSectioningModel model)
Constructor |
|
| Method Summary | |
|---|---|
protected StudentSectioningModel |
getModel()
Returns provided model. |
abstract void |
load()
Load the model. |
void |
run()
|
void |
setCallback(Callback callback)
Sets callback class |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StudentSectioningLoader(StudentSectioningModel model)
model - an empty instance of timetable model| Method Detail |
|---|
protected StudentSectioningModel getModel()
public abstract void load()
throws Exception
Exceptionpublic void setCallback(Callback callback)
callback - method Callback.execute() is executed when load is
donepublic void run()
run in interface Runnable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||