Class: ExitQueryEvent
- Inherits:
-
ArcadiaSysEvent
- Object
- Event
- ArcadiaEvent
- ArcadiaSysEvent
- ExitQueryEvent
- Defined in:
- lib/a-contracts.rb
Overview
ExitQueryEvent is processed by arcadia-core before process FinalizeEvent during quiet face. If listener(Extension) set can_exit property to false then arcadia abort the quiet face.
Constant Summary
Constants inherited from Event
Event::FLAG_DEFAULT, Event::FLAG_ERROR
Instance Attribute Summary collapse
-
#can_exit ⇒ Object
Returns the value of attribute can_exit.
Attributes inherited from Event
#channel, #flag, #parent, #results, #sender, #time
Method Summary
Methods inherited from ArcadiaEvent
Methods inherited from Event
#add_finalize_callback, #add_result, #break, #initialize, #is_breaked?
Constructor Details
This class inherits a constructor from Event
Instance Attribute Details
#can_exit ⇒ Object
Returns the value of attribute can_exit.
49 50 51 |
# File 'lib/a-contracts.rb', line 49 def can_exit @can_exit end |