com.businessobjects.jsf.sdk.event
Class LogonListener

java.lang.Object
  extended bycom.businessobjects.jsf.sdk.event.LogonListener

public class LogonListener
extends java.lang.Object

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


Constructor Summary
LogonListener()
           
 
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

LogonListener

public LogonListener()
Method Detail

processAction

public void processAction(ActionEvent event)

Processes the event.

Parameters:
event - The event to process.