def OnTest2Start(self, evt):
         # Call OnTest2Timer one second in the future, passing some
         # optional arbitrary args.  There is no need to hold a
         # reference to this one, unless we want to manipulate or query
         # it later like we do in the two methods below
     
     def OnTest2Start(self, evt):
         # Call OnTest2Timer one second in the future, passing some
         # optional arbitrary args.  There is no need to hold a
         # reference to this one, unless we want to manipulate or query
         # it later like we do in the two methods below