Hi, I have a requirement that the registered EntryListener gets called before any OnEntry Actions are executed on entering a state. Currently, the default semantics (SCXMLSemanticsImpl)does the following in its executeActions() method: - executes each OnEntry Action for this transition target - calls NotificationRegistry.fireOnEntry()
I would like to be notified of a state transition before any OnEntry Actions are executed. Ideally I want the EntryListener.onEntry() to be invoked first on a state transition. Is there a way I can achieve this? This is an important requirement for me. Thanks -- Raj ____________________________________________________________________________________ Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail beta. http://new.mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
