IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
 
[Sommaire]  [Top 50]  [F.A.Q.]  [ Java SE ]  [ Java EE ]  [Javadoc standard]  [Contact]
[ 5.0
Rechercher   
Dans
Options   sensible à la casse
étendre la recherche aux descriptions
Préférences
fr en 
 
Moteurs de recherche
JavaTM Platform, Enterprise Edition, v 5.0

javax.faces.model
Interface DataModelListener

All Superinterfaces:
EventListener

public interface DataModelListener
extends EventListener

DataModelListener represents an event listener that wishes to be notified of DataModelEvents occurring on a particular DataModel instance.


Method Summary
 void rowSelected(DataModelEvent event)
          Notification that a particular row index, with the associated row data, has been selected for processing.
 

Method Detail

rowSelected

void rowSelected(DataModelEvent event)

Notification that a particular row index, with the associated row data, has been selected for processing.

Parameters:
event - The DataModelEvent we are processing

Copyright 2003 Sun Microsystems, Inc. All rights reserved