|
Servoy 4.1.x Public API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPlugin
Interface for all plugin interfaces.
| Field Summary | |
|---|---|
static String |
DISPLAY_NAME
Key to use to provide a display name from the plugin properties. |
| Method Summary | |
|---|---|
Properties |
getProperties()
Called for info about the plugin. |
void |
load()
Called on application startup before application started up. |
void |
unload()
Called on application shutdown. |
| Field Detail |
|---|
static final String DISPLAY_NAME
| Method Detail |
|---|
void load()
throws PluginException
PluginException
void unload()
throws PluginException
PluginExceptionProperties getProperties()
|
Copyright © 2009 Servoy B.V. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||