Wondering if there is ability to find out if a Class implements an interface? As in:

function checkImp(className:Class): Boolean {
   return (className is IMyInterface);
}

I'm using the PopUpManager internally, and want to check that whatever gets passed in implements my interface, first.

Thanks,

: : ) Scott


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to