install4j API

com.install4j.api.launcher
Class StartupNotification

java.lang.Object
  extended by com.install4j.api.launcher.StartupNotification

public class StartupNotification
extends java.lang.Object

This class allows you to register a listener to receive startup events in single instance mode on Microsoft Windows.

Author:
ej-technologies GmbH

Nested Class Summary
static interface StartupNotification.Listener
          The interface for startup events in single instance mode.
 
Constructor Summary
StartupNotification()
           
 
Method Summary
static void registerStartupListener(StartupNotification.Listener listener)
          Register a listener to receive startup events in single instance mode on Microsoft Windows.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartupNotification

public StartupNotification()
Method Detail

registerStartupListener

public static void registerStartupListener(StartupNotification.Listener listener)
Register a listener to receive startup events in single instance mode on Microsoft Windows.


install4j API