|
|||||||||
Home >> All >> edu >> ou >> kmi >> buddyspace >> [ core overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
edu.ou.kmi.buddyspace.core
Class BSAuthEvent

java.lang.Objectjava.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.
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
.
|
|||||||||
Home >> All >> edu >> ou >> kmi >> buddyspace >> [ core overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |