net.sourceforge.jeuclid.app.mathviewer
Class MainFrameAppListener

java.lang.Object
  extended by com.apple.eawt.ApplicationAdapter
      extended by net.sourceforge.jeuclid.app.mathviewer.MainFrameAppListener
All Implemented Interfaces:
com.apple.eawt.ApplicationListener, EventListener

public class MainFrameAppListener
extends com.apple.eawt.ApplicationAdapter

Version:
$Revision: 104426324a39 $

Constructor Summary
MainFrameAppListener(MainFrame mainFrame)
          Default Constructor.
 
Method Summary
 void handleAbout(com.apple.eawt.ApplicationEvent arg0)
          
 void handleOpenFile(com.apple.eawt.ApplicationEvent arg0)
          
 void handlePreferences(com.apple.eawt.ApplicationEvent arg0)
          
 void handleQuit(com.apple.eawt.ApplicationEvent arg0)
          
 
Methods inherited from class com.apple.eawt.ApplicationAdapter
handleOpenApplication, handlePrintFile, handleReOpenApplication
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainFrameAppListener

public MainFrameAppListener(MainFrame mainFrame)
Default Constructor.

Parameters:
mainFrame - MainFrame to use
Method Detail

handleOpenFile

public void handleOpenFile(com.apple.eawt.ApplicationEvent arg0)

Specified by:
handleOpenFile in interface com.apple.eawt.ApplicationListener
Overrides:
handleOpenFile in class com.apple.eawt.ApplicationAdapter

handleAbout

public void handleAbout(com.apple.eawt.ApplicationEvent arg0)

Specified by:
handleAbout in interface com.apple.eawt.ApplicationListener
Overrides:
handleAbout in class com.apple.eawt.ApplicationAdapter

handlePreferences

public void handlePreferences(com.apple.eawt.ApplicationEvent arg0)

Specified by:
handlePreferences in interface com.apple.eawt.ApplicationListener
Overrides:
handlePreferences in class com.apple.eawt.ApplicationAdapter

handleQuit

public void handleQuit(com.apple.eawt.ApplicationEvent arg0)

Specified by:
handleQuit in interface com.apple.eawt.ApplicationListener
Overrides:
handleQuit in class com.apple.eawt.ApplicationAdapter


Copyright © 2002-2010 The JEuclid project. All Rights Reserved.