|
Servoy 3.5.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 when app shutdown. |
| Field Detail |
|---|
static final String DISPLAY_NAME
| Method Detail |
|---|
Properties getProperties()
void load()
throws PluginException
PluginException
void unload()
throws PluginException
PluginException
|
Copyright © 2009 Servoy B.V. | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||