In jD I have "example_plugin_jdownloads".
In this plugin Events are used, but don't find any information about them.
Structure? Requerements? and etc...
Hi
You need to Google the Joomla! docs and elsewhere as it is quite spe***t. Searching for 'Joomla plugin development' produces helpful references.
Events are basically things that happen generally due to some user action or some system action. The event handlers are called either before the action is actually started or after it has happened.
Incidentally are you looking to write a plugin for a specific purpose?
Colin