|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JAlbumPlugin
JAlbum plugin interface On start up, jAlbum scans class files ending in *Plugin inside the "plugins" and "ext" directory (jar files) If found classes also implement this interface, an instance of that class is created. The instantiation is performed early during start up, before the JAlbumFrame and AlbumBean objects are created. When all critical JAlbum objects are created, jAlbum calls init() on all instantiated plugins.
| Method Summary | |
|---|---|
void |
init(PluginContext context)
Allow a plugin to plug itself into the jAlbum framework. |
boolean |
onExit()
Called when jAlbum is about to exit. |
| Method Detail |
|---|
void init(PluginContext context)
context - allows you to plug yourself into the jAlbum UI.boolean onExit()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||