All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface lava.net.psyc.packages.NotificationListener

public interface NotificationListener

Method Index

 o notificationRefused(UNL, String)
 o notificationSignoff(UNL, String)
 o notificationSignon(UNL, String)
 o notificationSubscribed(UNL, String)
 o notificationUnsubscribed(UNL, String)

Methods

 o notificationSubscribed
 public abstract void notificationSubscribed(UNL source,
                                             String body)
 o notificationRefused
 public abstract void notificationRefused(UNL source,
                                          String body)
 o notificationUnsubscribed
 public abstract void notificationUnsubscribed(UNL source,
                                               String body)
 o notificationSignon
 public abstract void notificationSignon(UNL source,
                                         String body)
 o notificationSignoff
 public abstract void notificationSignoff(UNL source,
                                          String body)

All Packages  Class Hierarchy  This Package  Previous  Next  Index