Class: LayoutChangedDomainEvent
- Inherits:
-
ArcadiaSysEvent
- Object
- Event
- ArcadiaEvent
- ArcadiaSysEvent
- LayoutChangedDomainEvent
- Defined in:
- lib/a-contracts.rb
Constant Summary
Constants inherited from Event
Event::FLAG_DEFAULT, Event::FLAG_ERROR
Instance Attribute Summary collapse
-
#new_domain ⇒ Object
Returns the value of attribute new_domain.
-
#old_domain ⇒ Object
Returns the value of attribute old_domain.
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
#new_domain ⇒ Object
Returns the value of attribute new_domain.
103 104 105 |
# File 'lib/a-contracts.rb', line 103 def new_domain @new_domain end |
#old_domain ⇒ Object
Returns the value of attribute old_domain.
102 103 104 |
# File 'lib/a-contracts.rb', line 102 def old_domain @old_domain end |