Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

edu.ou.kmi.buddyspace.core
Interface BSAuthListener  view BSAuthListener download BSAuthListener.java

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
BSCore

public interface BSAuthListener
extends java.util.EventListener

BSAuthListener is interface you can implement to get authentication events notifications.


Method Summary
 void authError(BSAuthEvent ae)
          Called when authentication error occured
 void authorized(BSAuthEvent ae)
          Called when authentication succeeded
 void authorizing(BSAuthEvent ae)
          Called when authentication moved, but still in progress
 

Method Detail

authError

public void authError(BSAuthEvent ae)
Called when authentication error occured


authorized

public void authorized(BSAuthEvent ae)
Called when authentication succeeded


authorizing

public void authorizing(BSAuthEvent ae)
Called when authentication moved, but still in progress