Java/Android: How to pass argument that implements a interface?

后端 未结 0 1574
伪装坚强ぢ
伪装坚强ぢ 2021-01-24 07:08

I have a interface:

public interface InterfaceX {
    void methodX();
}

A class that have a method to receive a object that implements that inter

相关标签:
回答
  • 消灭零回复
提交回复
热议问题