Package dev.shamoo.runtime.core
Interface PluginEvents
public interface PluginEvents
Generation-scoped cross-plugin versioned event surface.
-
Method Summary
Modifier and TypeMethodDescriptionsubscribe(String eventName, dev.shamoo.runtime.protocol.SemverRange versions, PluginEventHandler handler)
-
Method Details
-
subscribe
AutoCloseable subscribe(String eventName, dev.shamoo.runtime.protocol.SemverRange versions, PluginEventHandler handler) -
publish
-