I have an application and framework service, I would like to make a listener (As other topics, implement a interface(MyListener.java) as listener) to make framework service callback to application when some events happened.
But where should I put "MyListener.java" to make my framework service and application can import "MyListener.java"?
Thanks for your help!