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
initializationComplete
public void initializationComplete(ApplicationEvent e)
aboutToExit
public void aboutToExit(ApplicationEvent e)
Copyright © 2000-2004 FreeHEP, All Rights Reserved.