com.businessobjects.jsf.sdk.event
Class ItemsSetupListener

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

public class ItemsSetupListener
extends java.lang.Object

The default listener used to handle events fired by the Path and ItemsGrid components.


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

ItemsSetupListener

public ItemsSetupListener()
Method Detail

processAction

public void processAction(ActionEvent event)

Processes the event.

Parameters:
event - The event to process.