Class Timer
In: lib/engine/timer.rb
Parent: Object
Timer
TopLevel

The Timer class defines the necessary data to keep track of timers for objects

Methods

fire?   new   reset  

Attributes

id  [RW] 
name  [RW] 
time  [RW] 

Public Class methods

Constructor for a Timer object.

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.

Public Instance methods

[Validate]