Re: Event handler for model ?

2009-06-13 Thread Dalla
I thinkt I´m getting the hang of things now, using your examples and the ones from the link I posted On 12 Juni, 09:39, mnenchev nenchev.mari...@gmail.com wrote: Well what exactly you want to do? Dalla wrote: Could you please post some examples will? Or maybe send me some code?

Re: Event handler for model ?

2009-06-12 Thread mnenchev
Well what exactly you want to do? Dalla wrote: Could you please post some examples will? Or maybe send me some code? mnenchevs example was good, but more examples never hurt :-) On 11 Juni, 14:08, Will wil...@gmail.com wrote: That's what I use as well. I created an Abstract Class

Re: Event handler for model ?

2009-06-11 Thread Dalla
No clues anyone? On 10 Juni, 14:40, Dalla dalla_man...@hotmail.com wrote: Hi I´m having trouble understanding how to implement an event handler for my custom objects with the new event handler system. Let´s pretend I have a very simple model class like this one: public class ArrivalData {

Re: Event handler for model ?

2009-06-11 Thread Dalla
Could you please post some examples will? Or maybe send me some code? mnenchevs example was good, but more examples never hurt :-) On 11 Juni, 14:08, Will wil...@gmail.com wrote: That's what I use as well.  I created an Abstract Class with HashmapEventHander,HandlerRegistration for removing a

Event handler for model ?

2009-06-10 Thread Dalla
Hi I´m having trouble understanding how to implement an event handler for my custom objects with the new event handler system. Let´s pretend I have a very simple model class like this one: public class ArrivalData { private Date date; private boolean processing = false;