Re: Response Events?
Stefan Armbruster <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, quoting http://barracudamvc.org/Barracuda/docs/events/topology.html: "It should also be noted that HttpRequestEvents are Polymorphic. This means that when a polymorphic event is dispatched it's parent events should be fired first, because the event "is an instance" of the parent events. Likewise, HttpResponseEvents are Exceptional, which means that they must be handled. When an exceptional event is dispatched if it is not handled it's parent event will be added to the queue. Exceptional is essentially of the opposite of Polymorphic." Stefan Am Don, 2003-04-24 um 14.26 schrieb Kirk Daries: > 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