java-gnome version 4.0.19

Package org.gnome.unique

LibUnique is a small library providing a simple mechanism to enable you to ensure only one "unique" instance of a library is running.

See:
          Description

Interface Summary
Application.MessageReceived The signal emitted when another instance sends a message to the unique instance.
 

Class Summary
Application Facilities for ensuring that only one unique instance of an application is running.
Command Predefined commands that can be sent from one Application to another.
MessageData Wrapper around a payload you can send from one Application to another.
Response Constants enumerating the reponse that a Application.MessageReceived handler can make.
 

Package org.gnome.unique Description

LibUnique is a small library providing a simple mechanism to enable you to ensure only one "unique" instance of a library is running. See Application to get started.



java-gnome