RE: Response Events?
"Christian Cryder" <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
Sorry to be so late in responding...I was out of town last week... Request events (polymorphic) fire DOWN the event hierarchy until they are handled. Response events (exceptional) fire UP the event hierarchy until they are handled. So if you are not getting the parent event, its either because a) something is already handling a response event further down the chain -OR- b) you forgot to call specifyLocalEventAliases(parentEventClass) Christian ---------------------------------------------- Christian Cryder [[email protected]] Internet Architect, ATMReports.com Barracuda - http://barracudamvc.org ---------------------------------------------- "Coffee? I could quit anytime, just not today" > -----Original Message----- > From: [email protected] > [mailto:[email protected]]On Behalf Of Kirk Daries > Sent: Thursday, April 24, 2003 8:26 AM > To: [email protected] > Subject: [Barracuda] Response Events? > > > Hi Guys... > > Do Reponse Events behave the same way as Request Events? > > I've just added a listener to one of my parent response events.. but it's > not firing? > > E.g. > > Adding a Listener to PrivateResponseEvent > > PrivateResponseEvent > -->ReponseEvent1 > -->ReponseEvent2 > -->ReponseEvent3 > > Regards > KD > > _______________________________________________ > Barracuda mailing list > [email protected] > http://barracudamvc.org/lists/listinfo/barracuda