class WHEN_CLOSE_REQUESTED

Features exported to ANY

Direct parents

conformant parents

SENSITIVE

non-conformant parents

GRAPHIC

Known children

non-conformant children

FULLSCREEN_WINDOW, TOPLEVEL_WINDOW

Summary

exported features

Details

when_close_requested (p: PROCEDURE [O_ -> TUPLE][TUPLE])
when_close_requested_signal: SIGNAL_0
hash_code: INTEGER

The hash-code value of Current.

ensure

  • good_hash_value: Result >= 0

deferred is_equal (other: WHEN_CLOSE_REQUESTED): BOOLEAN

Is other attached to an object considered equal to current object ?

require

  • other /= Void

ensure

  • Result implies hash_code = other.hash_code
  • commutative: generating_type = other.generating_type implies Result = other.is_equal(Current)