EventListeners public protocol EventListeners EventListeners used in Plugins. register(to:) Used to register listener closures to main SwiftHooks class. Declaration Swift func register(to h: SwiftHooks) Show on GitHub register(to:) Used to register listener closures to a specific _Hook. Declaration Swift func register(to h: _Hook) Show on GitHub