home
wiki
classes/clusters list
class information
+
Point of view
All features
ANY
EVENTS_SET
INTERNALS_HANDLER
All features
deferred class EVENT_DESCRIPTOR
Summary
top
An event that can happen, managed by the
EVENTS_SET
.
Direct parents
insert list:
ANY
Known children
inherit list:
CAN_READ_DATA_FROM_STREAM
,
CAN_WRITE_DATA_TO_STREAM
,
NETWORK_CONNECTION_OCCURRED
,
TIME_EVENT
Overview
top
features
expected
(events:
EVENTS_SET
):
BOOLEAN
True if the event is expected by the
events
set
is_expected
:
BOOLEAN
True if the event is expected by any
EVENTS_SET
expect
(events:
EVENTS_SET
)
occurred
(events:
EVENTS_SET
):
BOOLEAN
reset
(events:
EVENTS_SET
)
set_expected
(events:
EVENTS_SET
)
set_expected_
(events:
EVENTS_SET
):
BOOLEAN
unset_expected_
(events:
EVENTS_SET
):
BOOLEAN
expected_array
:
FAST_ARRAY
[
EVENTS_SET
]
expected
(events:
EVENTS_SET
):
BOOLEAN
effective function
top
True if the event is expected by the
events
set
ensure
Result implies
is_expected
is_expected
:
BOOLEAN
effective function
top
True if the event is expected by any
EVENTS_SET
expect
(events:
EVENTS_SET
)
deferred procedure
top
require
not
expected
(events)
events /= Void
ensure
expected
(events)
occurred
(events:
EVENTS_SET
):
BOOLEAN
deferred function
top
require
expected
(events)
events /= Void
reset
(events:
EVENTS_SET
)
effective procedure
top
require
expected
(events)
action:
unset_expected_
(events)
ensure
not
expected
(events)
set_expected
(events:
EVENTS_SET
)
effective procedure
top
require
not
expected
(events)
action:
set_expected_
(events)
ensure
expected
(events)
set_expected_
(events:
EVENTS_SET
):
BOOLEAN
effective function
top
require
not
expected
(events)
ensure
expected
(events)
Result
unset_expected_
(events:
EVENTS_SET
):
BOOLEAN
effective function
top
require
expected
(events)
ensure
not
expected
(events)
Result
expected_array
:
FAST_ARRAY
[
EVENTS_SET
]
writable attribute
top