Squeak Class Documentation category index | class index  
 
StepMessage
  category: Morphic-Events
  superclass: MorphicAlarm
  subclasses:

No comment. Sorry.

instance methods
  accessing
  stepTime
stepTime:

  printing
  printOn:

class methods
  instance creation
  scheduledAt:stepTime:receiver:selector:arguments:

instance methods
  accessing top  
 

stepTime

Return the step time for this message. If nil, the receiver of the message will be asked for its #stepTime.


 

stepTime:

Set the step time for this message. If nil, the receiver of the message will be asked for its #stepTime.


  printing top  
 

printOn:

Append to the argument, aStream, a sequence of characters that
identifies the receiver.


class methods
  instance creation top  
 

scheduledAt:stepTime:receiver:selector:arguments: