Hi,

When creating an EventListener, you can privide an argument to the
constructor.
What is it used for ?

I don't see any difference between

        documentListener=new EventListener()
        DynAPI.document.addEventListener(documentListener)

and

        documentListener=new EventListener(DynAPI.document)
        DynAPI.document.addEventListener(documentListener)


Thanks in advance


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas - 
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink

_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to