|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.ui.service.project.ProjectServiceAdapter
public class ProjectServiceAdapter
Adapter for ProjectServiceListener
s
Constructor Summary | |
---|---|
ProjectServiceAdapter()
|
Method Summary | |
---|---|
void |
afterLoad(ProjectService projectService,
Map<String,ProjectFile> projectFiles)
Called after a project was loaded. |
void |
beforeSave(ProjectService projectService,
Map<String,ProjectFile> projectFiles)
Called before a project is saved. |
void |
onClean()
Called when the project is cleaned. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProjectServiceAdapter()
Method Detail |
---|
public void beforeSave(ProjectService projectService, Map<String,ProjectFile> projectFiles)
ProjectServiceListener
beforeSave
in interface ProjectServiceListener
projectService
- the calling project serviceprojectFiles
- the map of additional project files, listeners may
add additional files to the mapProjectServiceListener.beforeSave(ProjectService, Map)
public void afterLoad(ProjectService projectService, Map<String,ProjectFile> projectFiles)
ProjectServiceListener
afterLoad
in interface ProjectServiceListener
projectService
- the calling project serviceprojectFiles
- the additional project files that were loaded,
listeners may use them to update their stateProjectServiceListener.afterLoad(ProjectService, Map)
public void onClean()
ProjectServiceListener
onClean
in interface ProjectServiceListener
ProjectServiceListener.onClean()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |