mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
plugin_listeners.md: cleanup
This commit is contained in:
parent
f3e355d19d
commit
33473d82d5
@ -5,7 +5,7 @@ title: Plugin Listeners
|
||||
|
||||
> **NOTE** Defining listeners in `plugin.xml` is supported starting with version 2019.3 of the platform.
|
||||
|
||||
> **NOTE** NOTE: Listener implementations must be stateless and may not implement life-cycle (e.g., `Disposable`).
|
||||
> **NOTE** Listener implementations must be stateless and may not implement life-cycle (e.g., `Disposable`).
|
||||
|
||||
_Listeners_ allow plugins to declaratively subscribe to events delivered through the message bus (see [Messaging infrastructure](/reference_guide/messaging_infrastructure.md) for details).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user