793: Highlights
- If your application class definition grows too large, then consider
converting your inner class listener and observer definitions into standalone
class definitions.
- If you define a listener or observer as a standalone class, then
provide access to the application's variables as follows:
- Establish an application instance variable in the standalone class.
- Assign the application instance variable in the standalone class's constructor.