All Packages Class Hierarchy This Package Previous Next Index
Interface lava.net.psyc.packages.AuthenticationListener
- public interface AuthenticationListener
-
authenticationGetPassword(UNL, String)
-
-
authenticationInvalidPassword(UNL, String)
-
authenticationGetPassword
public abstract String authenticationGetPassword(UNL server,
String body) throws AuthenticationWontGivePasswordException
authenticationInvalidPassword
public abstract void authenticationInvalidPassword(UNL server,
String body)
All Packages Class Hierarchy This Package Previous Next Index