Is there a way to check if a Class implements an Interface? Not an instance of a class, but if com.something.MyClass implements com.something.IMyInterface.
- [flexcoders] Class (not instance of) implements Interface ninobronzed
Is there a way to check if a Class implements an Interface? Not an instance of a class, but if com.something.MyClass implements com.something.IMyInterface.