On 8/30/06, Rahul Akolkar <[EMAIL PROTECTED]> wrote:
Sounds good, I can take a stab at the JavaBeans listener if we want to do this (after the long weekend). Do we just want error notifications or progress notifications as well?
Progress indications make a lot of sense. IIRC, this was one of Sean's motiviations for specializing some of the classes in the original implementation. Some things that might make sense to treat as notification events: * Started dialog x * Ended dialog x * Entered state x * Exited state x (via transition x) * Excepton thrown from state * Suspending operation due to needing user input (i.e. when you return from a view state or an exit state Craig
