<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Plugins on sillysky.net</title>
    <link>https://sillysky.net/docs/nyssr/plugins/</link>
    <description>Recent content in Plugins on sillysky.net</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Mon, 13 Oct 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://sillysky.net/docs/nyssr/plugins/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>IPlugIn</title>
      <link>https://sillysky.net/docs/nyssr/plugins/plugin/</link>
      <pubDate>Mon, 13 Oct 2025 00:00:00 +0000</pubDate>
      <guid>https://sillysky.net/docs/nyssr/plugins/plugin/</guid>
      <description>This interface is implemented by each plugin. It is the starting point of the plugin and is called by the kernel when the plugin is loaded.&#xA;The interface contains only one method.&#xA;void startPlugin(@NotNull URL aUrl, @NotNull ClassLoader aClassLoader, @NotNull IServiceRegistry aServiceRegistry) throws CException; In this method the module is initialized, i.e. all necessary classes are instantiated or similar.&#xA;You can find an example for the initialization of a plugin here.</description>
    </item>
  </channel>
</rss>
