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

Quick Search    Search Deep

edu.ou.kmi.buddyspace.core
Class BSAuthEvent  view BSAuthEvent download BSAuthEvent.java

java.lang.Object
  extended byjava.util.EventObject
      extended byedu.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.


Field Summary
protected  BSAuthState state
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
(package private) BSAuthEvent(java.lang.Object source, int state)
          Constructor.
 
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
Constructor Detail

BSAuthEvent

BSAuthEvent(java.lang.Object source,
            int state)
Constructor.

Method Detail

getState

public BSAuthState getState()
Returns BSAuthState.