Yes, of course. But I think for debugging purposes it is clearer to understand what is happening if you have a handler for the slot where you can set a breakpoint and back trace how it got there. With the state machine I developed, it was complex enough that I often needed debug statements to be able to follow the state transitions, so I developed that convention I posted.
Bookmarks