|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.aduna.spectacle.InitializationAdapter
public abstract class InitializationAdapter
A dummy implementation of the InitializationListener interface.
| Constructor Summary | |
|---|---|
InitializationAdapter()
|
|
| Method Summary | |
|---|---|
void |
descriptionsRead(int nrDescriptions)
Notifies that the ProfileManager has found the specified number of valid Profile descriptions, which will subsequently be resolved to Profile instances. |
void |
failedLoadingProfile(String id,
Exception cause)
Notifies that the ProfileManager could not load or initialize the Profile with the specified ID because of the specified exception. |
void |
finishedLoadingProfiles()
Notifies that the ProfileManager has finished loading and initializing its Profiles. |
void |
incorrectProfileDescription(String id,
Exception cause)
Notifies that the ProfileManager has found an incorrect Profile description that will thus be skipped. |
void |
loadedProfile(Profile profile)
Notifies that the ProfileManager has successfully loaded and initialized the specified Profile. |
void |
startingLoadingProfiles()
Notifies that the ProfileManager is about to load its defined Profiles. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InitializationAdapter()
| Method Detail |
|---|
public void startingLoadingProfiles()
InitializationListener
startingLoadingProfiles in interface InitializationListener
public void incorrectProfileDescription(String id,
Exception cause)
InitializationListener
incorrectProfileDescription in interface InitializationListenerpublic void descriptionsRead(int nrDescriptions)
InitializationListener
descriptionsRead in interface InitializationListenerpublic void loadedProfile(Profile profile)
InitializationListener
loadedProfile in interface InitializationListener
public void failedLoadingProfile(String id,
Exception cause)
InitializationListener
failedLoadingProfile in interface InitializationListenerpublic void finishedLoadingProfiles()
InitializationListener
finishedLoadingProfiles in interface InitializationListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||