Method Summary |
|
public boolean | allowsSessionStartedInBackground() |
public String | getAuthor() Returns the authors name. |
public String | getChangeLogFileName() |
public String | getContributors() Returns a comma separated list of other contributors. |
public String | getDescriptiveName() Return the descriptive name of this plugin. |
public String | getHelpFileName() |
public String | getInternalName() Return the internal name of this plugin. |
public String | getLicenceFileName() |
public String | getVersion() Returns the current version of this plugin. |
public synchronized void | initialize() Initialize this plugin. |
protected boolean | isPluginSession(ISession session) |
public synchronized void | load(IApplication app) Load this plugin. |
public PluginSessionCallback | sessionStarted(ISession session) Session has been started. |
public void | unload() Application is shutting down so save preferences. |