org.brains2b.attest.macosx
Class MacOsXHandler

java.lang.Object
  extended by com.apple.eawt.ApplicationAdapter
      extended by org.brains2b.attest.macosx.MacOsXHandler
All Implemented Interfaces:
com.apple.eawt.ApplicationListener, java.util.EventListener, OsStub

public class MacOsXHandler
extends com.apple.eawt.ApplicationAdapter
implements OsStub


Constructor Summary
MacOsXHandler()
           
 
Method Summary
 void addActionListener(java.awt.event.ActionListener listener)
           
 java.lang.String getFilename()
           
 void handleOpenFile(com.apple.eawt.ApplicationEvent arg0)
           
 void removeActionListener(java.awt.event.ActionListener listener)
           
 
Methods inherited from class com.apple.eawt.ApplicationAdapter
handleAbout, handleOpenApplication, handlePreferences, handlePrintFile, handleQuit, handleReOpenApplication
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MacOsXHandler

public MacOsXHandler()
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

getFilename

public java.lang.String getFilename()
Specified by:
getFilename in interface OsStub

addActionListener

public void addActionListener(java.awt.event.ActionListener listener)
Specified by:
addActionListener in interface OsStub

removeActionListener

public void removeActionListener(java.awt.event.ActionListener listener)
Specified by:
removeActionListener in interface OsStub