Because the inner class, LocalWindowListener
, defined in
Segment 702, is marked with the private
keyword,
it is not available for use in methods defined for classes
other than the MovieApplication
class. Thus, you are free to reuse
its name in other parts of your program, thus reducing the number of class
names that you need to invent.