org.freehep.application
Interface ApplicationListener

All Superinterfaces:
EventListener

public interface ApplicationListener
extends EventListener

Listen for ApplicationEvents

Version:
$Id: ApplicationListener.java 8584 2006-08-10 23:06:37Z duns $
Author:
Tony Johnson (tonyj@slac.stanford.edu)

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

Method Detail

initializationComplete

void initializationComplete(ApplicationEvent e)

aboutToExit

void aboutToExit(ApplicationEvent e)


Copyright © 2000-2006 FreeHEP. All Rights Reserved.