FreeHEP API
Version current

org.freehep.application
Interface ApplicationListener

All Superinterfaces:
EventListener

public interface ApplicationListener
extends EventListener

Listen for ApplicationEvents

Version:
$Id: ApplicationListener.java,v 1.4 2004/06/01 22:45:12 tonyj Exp $
Author:
Tony Johnson (tonyj@slac.stanford.edu)
Source Code:
ApplicationListener.java

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 current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.