org.romaframework.module.users.listener
Class DefaultLoginListener

java.lang.Object
  extended by org.romaframework.module.users.listener.DefaultLoginListener
All Implemented Interfaces:
org.romaframework.aspect.authentication.LoginListener

public class DefaultLoginListener
extends java.lang.Object
implements org.romaframework.aspect.authentication.LoginListener


Constructor Summary
DefaultLoginListener()
           
 
Method Summary
 void onError(java.lang.Throwable t)
           
 void onSuccess()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultLoginListener

public DefaultLoginListener()
Method Detail

onError

public void onError(java.lang.Throwable t)
Specified by:
onError in interface org.romaframework.aspect.authentication.LoginListener

onSuccess

public void onSuccess()
Specified by:
onSuccess in interface org.romaframework.aspect.authentication.LoginListener