FreeHEP API
Version v1.1

org.freehep.application
Interface ApplicationListener

All Superinterfaces:
EventListener

public interface ApplicationListener
extends EventListener

Listen for ApplicationEvents

Version:
$Id: ApplicationListener.java,v 1.2 2002/12/02 23:51:48 tonyj Exp $
Author:
Tony Johnson (tonyj@slac.stanford.edu)

Method Summary
 void aboutToExit(ApplicationEvent e)
           
 void initializationComplete(ApplicationEvent e)
           
 

Method Detail

initializationComplete

public void initializationComplete(ApplicationEvent e)

aboutToExit

public void aboutToExit(ApplicationEvent e)

FreeHEP API
Version v1.1

Copyright © 2000-2002 FreeHEP, All Rights Reserved.