indexing
description: "Set and get the double-click time for the mouse."
status: "See notice at end of class."
date: "$Date$"
revision: "$Revision$"
class interface
WEL_DOUBLE_CLICK
feature
double_click_time: INTEGER
ensure
positive_result: Result > 0
feature
set_double_click_time (time: INTEGER)
double_click_timetime
require
positive_time: time > 0
ensure
double_click_time_set: double_click_time = time
invariant
ANY
reflexive_equality: standard_is_equal (Current)
reflexive_conformance: conforms_to (Current)
end -- WEL_DOUBLE_CLICK