Class Event
In: lib/engine/event.rb
Parent: Object
Event
TopLevel

The Event class is a temporally immediate message that is to be propagated to another object.

Methods

new  

Attributes

from  [RW] 
kind  [RW] 
msg  [RW] 
to  [RW] 

Public Class methods

Constructor for an Event.

from
The id of the issuer of the event.
to
The id of the target of the event.
kind
The symbol that defines the kind of event.
msg
Optional information needed to process the event.
return
A reference to the Event.

[Validate]