com.izforge.izpack.event
Class NativeUninstallerListener

java.lang.Object
  extended by com.izforge.izpack.event.SimpleUninstallerListener
      extended by com.izforge.izpack.event.NativeUninstallerListener
All Implemented Interfaces:
UninstallerListener
Direct Known Subclasses:
RegistryUninstallerListener

public class NativeUninstallerListener
extends SimpleUninstallerListener

This class implements some methods which are needed by installer custom actions with native parts.

Author:
Klaus Bartz

Field Summary
protected static LocaleDatabase langpack
          The packs locale database.
 
Fields inherited from interface com.izforge.izpack.event.UninstallerListener
AFTER_DELETE, AFTER_DELETION, BEFORE_DELETE, BEFORE_DELETION
 
Constructor Summary
NativeUninstallerListener()
          Default constructor.
 
Method Summary
static LocaleDatabase getLangpack()
          Returns the langpack.
 
Methods inherited from class com.izforge.izpack.event.SimpleUninstallerListener
afterDelete, afterDeletion, beforeDelete, beforeDeletion, isFileListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

langpack

protected static LocaleDatabase langpack
The packs locale database.

Constructor Detail

NativeUninstallerListener

public NativeUninstallerListener()
Default constructor.

Method Detail

getLangpack

public static LocaleDatabase getLangpack()
Returns the langpack.

Returns:
Returns the langpack.