Servoy 4.1.x Public API

com.servoy.j2db.plugins
Interface IPlugin

All Known Subinterfaces:
IClientPlugin, IServerPlugin

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

DISPLAY_NAME

static final String DISPLAY_NAME
Key to use to provide a display name from the plugin properties.

See Also:
Constant Field Values
Method Detail

load

void load()
          throws PluginException
Called on application startup before application started up.

Throws:
PluginException

unload

void unload()
            throws PluginException
Called on application shutdown.

Throws:
PluginException

getProperties

Properties getProperties()
Called for info about the plugin.


Copyright © 2009 Servoy B.V.

>