package net.hopeisagoodthing.handlerthreadexample; interface ClosableThread { void close(); }