Re: Custom event without EventObject class
From: P (tortcam_at_hotmail.com)
Date: 01/27/04
- Next message: Gianni: "Re: .ChartRequest is an abstract class. It can't be instantiated."
- Previous message: Gianni: "Re: .ChartRequest is an abstract class. It can't be instantiated."
- In reply to: hiwa: "Re: Custom event without EventObject class"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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?
- Next message: Gianni: "Re: .ChartRequest is an abstract class. It can't be instantiated."
- Previous message: Gianni: "Re: .ChartRequest is an abstract class. It can't be instantiated."
- In reply to: hiwa: "Re: Custom event without EventObject class"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]