com.businessobjects.jsf.sdk.event
Class ChangePasswordListener

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

public class ChangePasswordListener
extends java.lang.Object

The default listener used to handle events fired by the ChangePassword component.


Constructor Summary
ChangePasswordListener()
           
 
Method Summary
 void processAction(ActionEvent event)
           Processes the event.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangePasswordListener

public ChangePasswordListener()
Method Detail

processAction

public void processAction(ActionEvent event)

Processes the event.

Parameters:
event - the event to process