+
Point of view
All features
class NETWORK_CONNECTION_OCCURRED
Summary
Event: a new network connection was established to the given server
Direct parents
Inherit list: EVENT_DESCRIPTOR
Overview
Creation features
{SOCKET_SERVER}
Features
{EVENTS_SET}
{}
{ANY}
{EVENTS_SET}
{}
expect (events: EVENTS_SET)
effective procedure
require
  • not expected(events)
  • events /= Void
ensure
  • expected(events)
occurred (events: EVENTS_SET): BOOLEAN
effective function
require
  • expected(events)
  • events /= Void
server: SOCKET_SERVER
writable attribute
{}
make (a_server: SOCKET_SERVER)
effective procedure
{}
require ensure
expected (events: EVENTS_SET): BOOLEAN
effective function
{ANY}
True if the event is expected by the events set
ensure
is_expected: BOOLEAN
effective function
{ANY}
True if the event is expected by any EVENTS_SET
reset (events: EVENTS_SET)
effective procedure
require ensure
set_expected (events: EVENTS_SET)
effective procedure
{}
require ensure
set_expected_ (events: EVENTS_SET): BOOLEAN
effective function
{}
require ensure
unset_expected_ (events: EVENTS_SET): BOOLEAN
effective function
{}
require ensure
expected_array: FAST_ARRAY[EVENTS_SET]
writable attribute
{}