Re: EOEnterpriseObjectClazz with interface

2018-11-18 Thread Johann Werner
Hi Mark, have a look at BugTracker and its dependent framework BTBusinessLogic. That should you give some ideas. There are some more apps/frameworks in Wonder using that pattern, just have a look at the type hierarchy of the EOEnterpriseObjectClazz class (in Eclipse right click on the class nam

EOEnterpriseObjectClazz with interface

2018-11-18 Thread Morris, Mark
Hi all, I ran into a simple case where a good old ObjC protocol would have worked fine, but Java provides only frustration. 😉 I wanted to require that a class that decides to implement a particular interface should as part of that interface implement a certain static method. No go in Java. Th