Package org.problets.lib.timer

Class Summary
TimerModel TimerModel class - Wraps around Timer class, - Counts to a given amount of time - And IF the applet is timed, Issues an ActionEvent to help main applet terminate itself - This is a notifier class - it notifies all its listeners through their actionPerformed.
TimerView TimerView class - Wraps around Timer class, - Counts to a given amount of time - And issues an ActionEvent to help main applet terminate itself - This is a notifier class - it notifies all its listeners through their actionPerformed.