Re: Custom event without EventObject class

From: P (tortcam_at_hotmail.com)
Date: 01/27/04


Date: 27 Jan 2004 00:32:37 -0800

Thank you very much for your help. Sorry for the constructor, I typed
it wrong, it shouldn´t be
public MyEvent( Object source, MyEvent myEvent )
 but
public MyEvent( Object source, MyValue myValue)

Then, what is the difference between using EventObject or not?
Thanks again,
P

>
> No problem if you implement your own event firing/listening framework from scratch.
>
> BTW
> > public MyEvent( Object source, MyEvent myEvent ) {
> ^^^^^^^^^^^^^^^
> What is this?