com.businessobjects.jsf.sdk.event
Class PasswordChangedEvent

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

public class PasswordChangedEvent
extends ActionEvent

Occurs when the user's password is successfully changed.

See Also:
Serialized Form

Constructor Summary
PasswordChangedEvent(UIComponent component)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordChangedEvent

public PasswordChangedEvent(UIComponent component)