com.droplets.api.event
Class AuthenticationHandlerAdapter

java.lang.Object
  |
  +--com.droplets.api.event.AuthenticationHandlerAdapter
All Implemented Interfaces:
AuthenticationHandler

public class AuthenticationHandlerAdapter
extends java.lang.Object
implements AuthenticationHandler

Convenience class that provides empty implementations for the methods in the AuthenticationHandler interface, allowing you to selectively override only those methods that you need to implement.


Constructor Summary
AuthenticationHandlerAdapter()
           
 
Method Summary
 void authenticationCancelled()
          Default (empty) implementation.
 void authenticationCompleted(java.lang.String username)
          Default (empty) implementation.
 void handlerReplaced()
          Default (empty) implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationHandlerAdapter

public AuthenticationHandlerAdapter()
Method Detail

authenticationCompleted

public void authenticationCompleted(java.lang.String username)
Default (empty) implementation.
Specified by:
authenticationCompleted in interface AuthenticationHandler
See Also:
AuthenticationHandler.authenticationCompleted(String)

authenticationCancelled

public void authenticationCancelled()
Default (empty) implementation.
Specified by:
authenticationCancelled in interface AuthenticationHandler
See Also:
AuthenticationHandler.authenticationCancelled()

handlerReplaced

public void handlerReplaced()
Default (empty) implementation.
Specified by:
handlerReplaced in interface AuthenticationHandler
See Also:
AuthenticationHandler.handlerReplaced()


Copyright © Droplets, 2001. All Rights Reserved.