Given that 'Class.getInterfaces()' and 'Class.isInstance()' are not implemented, basically all you've got is 'X instanceof Y'. A switch/ case statement perhaps?
David On Jul 19, 6:04 am, Jacob <[email protected]> wrote: > I'm trying to determine whether or not an object implements a given > interface at runtime. Any suggestions? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
