I would like to implement a custom debugging aid with the JDB API and my program needs to implement the DebuggerCallback interface(in sun.tools.debug package).
What should I import into my program? And how should the class declaration look like?