Apple Java Extensions

Uses of Interface
com.apple.eawt.ApplicationListener

Packages that use ApplicationListener
com.apple.eawt Provides classes for integrating Java applications with the native application environment. 
 

Uses of ApplicationListener in com.apple.eawt
 

Classes in com.apple.eawt that implement ApplicationListener
 class ApplicationAdapter
          An abstract adapter class for receiving ApplicationEvents.
 

Methods in com.apple.eawt with parameters of type ApplicationListener
 void Application.addApplicationListener(ApplicationListener listener)
          Adds the specified ApplicationListener as a receiver of callbacks from this class.
 void Application.removeApplicationListener(ApplicationListener listener)
          Removes the specified ApplicationListener from being a receiver of callbacks from this class.
 


Apple Java Extensions

To file bugs or suggest feature enhancements for the Java implementation in Mac OS X, visit the Apple Developer Connection Bug Reporter website. File bugs under the Java (new bugs) component, version X.

Additional documentation for Java development on Mac OS X is available online at the Java Developer Documentation website.

© Apple Computer, Inc. March 2008