org.pf.bif.lifecycle
Interface ISystemExitListener


public interface ISystemExitListener

An implementor of this interface can be added to a listener list that

Version:
1.0
Author:
M.Duchrow

Method Summary
 void systemAboutToExit(int rc)
          This method should be called just before the program gets terminated by a System.exit(rc) call.
 

Method Detail

systemAboutToExit

void systemAboutToExit(int rc)
This method should be called just before the program gets terminated by a System.exit(rc) call.

Parameters:
rc - The return code for the exit.


Copyright © 2012 Manfred Duchrow Consulting & Software. All Rights Reserved.