+
Point of view
All features
deferred class OBSERVER [O_ -> OBSERVABLE]
Summary
The "Observer" Design Pattern. An Observer must be updated by an Observable (see the class OBSERVABLE in the lib/abilities cluster).
Direct parents
Insert list: ANY
Overview
Features
{OBSERVABLE}
  • update (o: O_)
    The observable object o wants Current to be updated
update (o: O_)
deferred procedure
The observable object o wants Current to be updated
require
  • o /= Void