indexing description : "Template for the first state of a wizard" author : "Arnaud PICHERY [aranud@mail.dotcom.fr]" date : "$Date$" revision : "$Revision$" deferred class BENCH_WIZARD_INITIAL_STATE_WINDOW inherit WIZARD_INITIAL_STATE_WINDOW redefine cancel end feature -- Basic operations cancel is -- User has pressed the cancel button do write_bench_notification_cancel end end -- class BENCH_WIZARD_INITIAL_STATE_WINDOW