All Classes and Interfaces
Class
Description
Immutable
ServerInfo holding the values read from the notification server.Reference implementation of
JLibnotify on top of the JNA binding.Reference implementation of
JLibnotifyLoader, and the entry point of the library.Reference implementation of
JLibnotifyNotification.Reference implementation of
ServerCapabilitiesReader.Java mapping of the C
gboolean type used by libnotify.A loaded libnotify library, and the entry point for creating notifications.
Parent of the checked exceptions raised by the library.
Raised when libnotify refuses to initialise the notification session.
Loads the native libnotify library into the process.
Raised when the native libnotify library cannot be loaded.
A notification created by
JLibnotify.createNotification(String, String, String).JNA declaration of the native libnotify functions.
Reads the list of capabilities the notification server reports.
The description a notification server gives of itself, as returned by
JLibnotify.getServerInfo().