com.izforge.izpack.frontend
Class FrontendFrame.CompilerHandler

java.lang.Object
  extended bycom.izforge.izpack.frontend.FrontendFrame.CompilerHandler
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
FrontendFrame

class FrontendFrame.CompilerHandler
extends java.lang.Object
implements java.awt.event.ActionListener

The compiler action events handler.

Author:
Julien Ponge

Constructor Summary
(package private) FrontendFrame.CompilerHandler()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Events handler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FrontendFrame.CompilerHandler

FrontendFrame.CompilerHandler()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Events handler.

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - The event.