All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface lava.net.psyc.packages.AuthenticationListener

public interface AuthenticationListener

Method Index

 o authenticationGetPassword(UNL, String)
 o authenticationInvalidPassword(UNL, String)

Methods

 o authenticationGetPassword
 public abstract String authenticationGetPassword(UNL server,
                                                  String body) throws AuthenticationWontGivePasswordException
 o authenticationInvalidPassword
 public abstract void authenticationInvalidPassword(UNL server,
                                                    String body)

All Packages  Class Hierarchy  This Package  Previous  Next  Index