Class: Brut::TUI::Events::EventLoopStarted

Inherits:
BaseEvent
  • Object
show all
Defined in:
lib/brut/tui/events/event_loop_started.rb

Overview

Indicates that the loop has started. In general, this is the first event that will be fired for any TUI.

Instance Method Summary collapse

Methods inherited from BaseEvent

#deconstruct_keys, #drain_then_exit?, #exit?, handler_method_name

Instance Method Details

#to_sObject



4
# File 'lib/brut/tui/events/event_loop_started.rb', line 4

def to_s = "EventLoopStarted"