com.izforge.izpack.installer
Class InstallerFrame.NavigationHandler

java.lang.Object
  extended by com.izforge.izpack.installer.InstallerFrame.NavigationHandler
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
InstallerFrame

 class InstallerFrame.NavigationHandler
extends java.lang.Object
implements java.awt.event.ActionListener

Handles the events from the navigation bar elements.

Author:
Julien Ponge

Constructor Summary
InstallerFrame.NavigationHandler()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Actions handler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstallerFrame.NavigationHandler

InstallerFrame.NavigationHandler()
Method Detail

actionPerformed

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

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