edu.ou.kmi.buddyspace.core
Class BSAuthEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--edu.ou.kmi.buddyspace.core.BSAuthEvent
All Implemented Interfaces:
java.io.Serializable

public class BSAuthEvent
extends java.util.EventObject

BSAuthEvent contains information about event during authentication process. It contains new current state.

See Also:
Serialized Form

Field Summary
protected  BSAuthState state
           
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 BSAuthState getState()
          Returns BSAuthState.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

state

protected BSAuthState state
Method Detail

getState

public BSAuthState getState()
Returns BSAuthState.