org.freehep.application
Interface ApplicationListener

All Superinterfaces:
EventListener

public interface ApplicationListener
extends EventListener

Listen for ApplicationEvents

Version:
$Id: ApplicationListener.java 14082 2012-12-12 16:16:53Z tonyj $
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-2014 FreeHEP. All Rights Reserved.