com.businessobjects.jsf.sdk.event
Class PasswordChangeFailedEvent

java.lang.Object
  |
  +--ActionEvent
        |
        +--com.businessobjects.jsf.sdk.event.PasswordChangeFailedEvent

public class PasswordChangeFailedEvent
extends ActionEvent

Occurs when the attempt to change the user's password fails.

See Also:
Serialized Form

Constructor Summary
PasswordChangeFailedEvent(UIComponent component, java.lang.Object eventArgs)
           
 
Method Summary
 java.lang.Object getEventArgs()
           Gets the arguments for the event.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordChangeFailedEvent

public PasswordChangeFailedEvent(UIComponent component,
                                 java.lang.Object eventArgs)
Method Detail

getEventArgs

public java.lang.Object getEventArgs()

Gets the arguments for the event.

Returns:
an Object that specifies the arguments for the event