B4J Programming Press on the image to return to the main documentation page.

ABPlugin

Written by Alain Bailleul

List of types:

ABPlugin

ABPlugin


Events:

PluginsChanged()

Members:


  GetAvailablePlugins As List

  Initialize (eventName As String, pluginsDir As String, allowedKey As String)

  Pauze

  Resume

  RunPlugin (pluginNiceName As String, tag As String, params As Map) As Object

  Start (checkForNewIntervalMS As Long)

  Stop

Members description:

GetAvailablePlugins As List
Initialize (eventName As String, pluginsDir As String, allowedKey As String)
Pauze
Resume
RunPlugin (pluginNiceName As String, tag As String, params As Map) As Object
Start (checkForNewIntervalMS As Long)
Stop

Top