Index - All Packages - All Categories - All Classes

Class Sequencer

An AgendaItem composed of two other AgendaItems. Used for when all of the first needs to be done before any of the second may be done.

My stepping action consists of stepping myFirst. When it is exhausted, I destroy it and then start stepping myRest

Package: Udanax-Gold
All Superclasses: Object Heaper Abraham AgendaItem
Protocols: Object
Categories: Xanadu-turtle

Class Methods

make: first with: rest



Instance Methods

create: first with: rest



Overrides: Abraham

createRcvr: receiver



Overrides: AgendaItem

dismantle



Overrides: AgendaItem

sendSelfTo: xmtr



Overrides: AgendaItem

step



Overrides: AgendaItem


Index - All Packages - All Categories - All Classes