com.izforge.izpack.uninstaller
Class UninstallerFrame.ActionsHandler

java.lang.Object
  extended bycom.izforge.izpack.uninstaller.UninstallerFrame.ActionsHandler
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
UninstallerFrame

class UninstallerFrame.ActionsHandler
extends java.lang.Object
implements java.awt.event.ActionListener

The actions events handler.

Author:
Julien Ponge

Constructor Summary
(package private) UninstallerFrame.ActionsHandler()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Action handling method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UninstallerFrame.ActionsHandler

UninstallerFrame.ActionsHandler()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Action handling method.

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