General Form
I'm writing a fairly large application at the moment and in the interest of readability, organization and passing the source code on, should I have separate listener classes or just keep them nested?
The reason I ask this is because in one class I will have two fairly large nested listener classes (mouse listener & drag and drop).
Thanks.

