class EvilEvents::Core::Events::Notifier::Abstract

@api private @since 0.3.0

Public Class Methods

new(**options) click to toggle source

@param options [Hash]

@api private @since 0.3.0

# File lib/evil_events/core/events/notifier/abstract.rb, line 10
def initialize(**options); end

Public Instance Methods

notify(manager, event) click to toggle source

@param manager [EvilEvents::Core::Events::Manager] @param event [EvilEvents::Core::Events::AbstractEvent]

@api private @since 0.3.0

# File lib/evil_events/core/events/notifier/abstract.rb, line 17
def notify(manager, event); end
restart!() click to toggle source

@api private @since 0.3.0

# File lib/evil_events/core/events/notifier/abstract.rb, line 21
def restart!; end
shutdown!() click to toggle source

@api private @since 0.3.0

# File lib/evil_events/core/events/notifier/abstract.rb, line 25
def shutdown!; end