Package com.notuvy.singleapp

A framework for ensuring singleton application launching.

See:
          Description

Interface Summary
Deferable A singleton application that will not start if another instance is active.
Enforcer User: murali Date: 7/14/12 Time: 12:54 PM To change this template use File | Settings | File Templates.
Preemptable An application that want to automatically be managed as a single invocation must implement this to be able to use SingleAppEnforcer.
SingleApp An application that want to automatically be managed as a single invocation must implement this to be able to use SingleAppEnforcer.
 

Class Summary
DummyApp Basic description
DummyApp.Defer  
DummyApp.Preemt  
DummyWebBrowser An example of the Deferal pattern.
SingleAppEnforcer A utility that enforces the invocation of a single application instance.
SingletonApplicationLauncher Basic description
SingleUserEnforcer A utility that enforces the invocation of a system-wide singleton application instance.
 

Enum Summary
SingletonApplicationLauncher.Strategy  
 

Package com.notuvy.singleapp Description

A framework for ensuring singleton application launching.



Copyright © 2012. All Rights Reserved.