public class MailProjectExtension extends ProjectAdapter
ID
Constructor and Description |
---|
MailProjectExtension() |
Modifier and Type | Method and Description |
---|---|
void |
clean(ImmoToolProject project)
This method is executed, to cleanup the currently opened project.
|
void |
close(ImmoToolProject project)
This method is executed, when the currently opened project is closed.
|
void |
open(ImmoToolProject project)
This method is executed, when a project is opened.
|
void |
open(ImmoToolProject project,
MailHandler mailHandler) |
void |
openFinished(ImmoToolProject project)
This method is executed, after a project was opened.
|
getRequiredPluginIds, reload, repair, repairFinished
public void clean(ImmoToolProject project) throws ImmoToolException
ProjectExtension
clean
in interface ProjectExtension
clean
in class ProjectAdapter
project
- current projectImmoToolException
- error on executionpublic void close(ImmoToolProject project) throws ImmoToolException
ProjectExtension
close
in interface ProjectExtension
close
in class ProjectAdapter
project
- current projectImmoToolException
- error on executionpublic void open(ImmoToolProject project) throws ImmoToolException
ProjectExtension
open
in interface ProjectExtension
open
in class ProjectAdapter
project
- current projectImmoToolException
- error on executionpublic void open(ImmoToolProject project, MailHandler mailHandler) throws ImmoToolException
ImmoToolException
public void openFinished(ImmoToolProject project) throws ImmoToolException
ProjectExtension
openFinished
in interface ProjectExtension
openFinished
in class ProjectAdapter
project
- current projectImmoToolException
- error on executionCopyright © 2015 OpenEstate. All rights reserved.