Re: Event system

2009-10-27 Thread Vincent Hennebert
Hi, Jeremias Maerki wrote: > http://wiki.apache.org/xmlgraphics-fop/ProcessingFeedback is from the > design phase and lists the reasons: > - type safety > - check mechanism to detect missing translations > - check mechanism to make sure all necessary parameters are really dealt > with, especially

Re: Event system

2009-10-22 Thread Jeremias Maerki
http://wiki.apache.org/xmlgraphics-fop/ProcessingFeedback is from the design phase and lists the reasons: - type safety - check mechanism to detect missing translations - check mechanism to make sure all necessary parameters are really dealt with, especially when calling the same event from multipl

Event system

2009-10-22 Thread Simon Pepping
Producing and sending an event is simple enough. But why should I go through the dynamic proxy, with an EventProducer interface and event model, instead of simply produce and send the event? This is the part that makes producing and sending a new type of event difficult to understand for me. Simon