abstract struct Scar::Event::Event

Overview

Base class for events

An event can be triggered by anything in an application. An event should only contain data, no methods.

Inherit from this to define your own events.

See App for usage.

Direct Known Subclasses

Defined in:

scar/event.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def initialize #

[View source]