Java 6 SE Platform
6.0
Home

com.woven_media.colorsafe
Interface ApplicationListener

All Superinterfaces:
java.util.EventListener

public interface ApplicationListener
extends java.util.EventListener

ApplicationListener is used by Application to notify listeners of major events during the lifecycle of an Application.


Method Summary
 void applicationDidInit()
          Invoked after the application has finished intializing.
 void applicationExiting()
          Notification that the application is about to exit.
 boolean canApplicationExit()
          Invoked to determine if the application should exit.
 

Method Detail

applicationDidInit

void applicationDidInit()
Invoked after the application has finished intializing.


canApplicationExit

boolean canApplicationExit()
Invoked to determine if the application should exit. A return value of false will stop the application from exiting.

Returns:
true if the application should be allowed to exit, otherwise false

applicationExiting

void applicationExiting()
Notification that the application is about to exit.


Java 6 SE Platform
6.0
Home

JavaDoc API documentation written, prepared and compiled by Brent Allen Parrish, woven-media.com, 20 SEPT 2009