home
wiki
classes/clusters list
class information
+
Point of view
ANY
ANY
INTERNALS_HANDLER
All features
deferred class OBSERVABLE
Summary
top
Part of the
Observer
Design Pattern. An object of this class should notify its observers whenever its state changes. Use the
notify
feature for that.
See also
OBSERVER
.
Direct parents
insert list:
ANY
Overview
top
exported features
add
(o:
OBSERVER
[OBSERVABLE])
Add an observer that should be notified
remove
(o:
OBSERVER
[OBSERVABLE])
Remove an observer that should not be notified anymore
has
(o:
OBSERVER
[OBSERVABLE]):
BOOLEAN
True if the observer will be notified when the state of Current changes
add
(o:
OBSERVER
[OBSERVABLE])
effective procedure
top
Add an observer that should be notified
remove
(o:
OBSERVER
[OBSERVABLE])
effective procedure
top
Remove an observer that should not be notified anymore
require
has
(o)
has
(o:
OBSERVER
[OBSERVABLE]):
BOOLEAN
effective function
top
True if the observer will be notified when the state of Current changes