I want to design a class which implements a interface provided by thrid party, for example a DialyReportJob implements Quartz interface, how do I assigned the Quartz interface for my class?
Hi user,
To implement an interface, you can simply draw a Realization between DialyreportJob and the interface Quartz.
Best regards,
Lilian Wong