Defining the class TimeLogger
Next, subclass from Object by doing the following:
1. From the list of classes, select Object.
2. From the Classes menu, select Add > Subclass.
3. When a prompter opens, enter the name of your new class, TimeLogger.
4. In the next prompter, select subclass, then select OK.
5. In the description pane, which now displays the description for TimeLogger, do the following:
a. Add the instance variables:
shell clientListBox serviceListBox startTime elapsedTime fileName timeElapsedDisplay busyCursor text form
b. Add the pool dictionaries:
CgConstants CwConstants CfsConstants CldtConstants
6. Save the class.
Last modified date: 04/26/2019