diff --git a/src/java/org/freedesktop/Notifications.java b/src/java/org/freedesktop/Notifications.java index 2909e8d..2db6166 100644 --- a/src/java/org/freedesktop/Notifications.java +++ b/src/java/org/freedesktop/Notifications.java @@ -3,37 +3,12 @@ package org.freedesktop; import java.util.List; import java.util.Map; import org.freedesktop.dbus.interfaces.DBusInterface; -// import org.freedesktop.dbus.DBusSignal; import org.freedesktop.dbus.types.UInt32; import org.freedesktop.dbus.types.Variant; import org.freedesktop.dbus.exceptions.DBusException; public interface Notifications extends DBusInterface { - // public static class ActionInvoked extends DBusSignal { - // public final UInt32 id; - // public final String action_key; - - // public ActionInvoked(String path, UInt32 id, String action_key) throws DBusException { - // super(path, id, action_key); - // this.id = id; - // this.action_key = action_key; - // } - // } - - // public static class NotificationClosed extends DBusSignal { - // public final UInt32 id; - // public final UInt32 reason; - - // public NotificationClosed(String path, UInt32 id, UInt32 reason) throws DBusException { - // super(path, id, reason); - // this.id = id; - // this.reason = reason; - // } - // } - - // public void CloseNotification(UInt32 id); public List GetCapabilities(); - // public Quad GetServerInformation(); public UInt32 Notify( String app_name,