Some questions on implementing java interfaces

2019-01-19 Thread Petrus Hyvönen
Hi all, I am working on wrapping a number of (java) interfaces as python classes (through JCC). Typically I have an "Interface" and make a class "PythonInterface", where I take the methods and make public nativec mehtods of them. In some cases my Interfaces has methods of same name but different

Re: Some questions on implementing java interfaces

2019-01-19 Thread Andi Vajda
Hi Petrus, On Sat, 19 Jan 2019, Petrus Hyvönen wrote: I am working on wrapping a number of (java) interfaces as python classes (through JCC). Typically I have an "Interface" and make a class "PythonInterface", where I take the methods and make public nativec mehtods of them. In some cases