Does super have a matching constructor?
> -----Original Message-----
> From: Mahendra Yadav (CTS) [SMTP:[EMAIL PROTECTED]]
> Sent: Saturday, February 26, 2000 3:41 PM
> To: [EMAIL PROTECTED]
> Subject: DiconnectListener Problem !!
>
> class DisconnectDemo implements DisconnectListener {
> public DisconnectDemo(Object source){
> super(source);
> }
>
> public void disconnectOccurred(DisconnectEvent de) {
> System.out.println("The reason for disconnecting you : " +
> de.getReason());
> }
> }
>
> On compiling this code gives error that wrong number of arguements in the
> constructor.
> Can anybody give me some insight into this.
>
> Regards
>
> Mahendra
>
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".