All Packages Class Hierarchy This Package Previous Next Index
Interface lava.net.psyc.packages.NotificationListener
- public interface NotificationListener
-
notificationRefused(UNL, String)
-
-
notificationSignoff(UNL, String)
-
-
notificationSignon(UNL, String)
-
-
notificationSubscribed(UNL, String)
-
-
notificationUnsubscribed(UNL, String)
-
notificationSubscribed
public abstract void notificationSubscribed(UNL source,
String body)
notificationRefused
public abstract void notificationRefused(UNL source,
String body)
notificationUnsubscribed
public abstract void notificationUnsubscribed(UNL source,
String body)
notificationSignon
public abstract void notificationSignon(UNL source,
String body)
notificationSignoff
public abstract void notificationSignoff(UNL source,
String body)
All Packages Class Hierarchy This Package Previous Next Index