org.openfaces.event
Class SelectionChangeEvent

java.lang.Object
  extended by FacesEvent
      extended by org.openfaces.event.SelectionChangeEvent

public class SelectionChangeEvent
extends FacesEvent


Constructor Summary
SelectionChangeEvent(UIComponent uiComponent, int oldIndex, int newIndex)
           
 
Method Summary
 int getNewIndex()
           
 int getOldIndex()
           
 boolean isAppropriateListener(FacesListener faceslistener)
           
 void processListener(FacesListener faceslistener)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionChangeEvent

public SelectionChangeEvent(UIComponent uiComponent,
                            int oldIndex,
                            int newIndex)
Method Detail

getOldIndex

public int getOldIndex()

getNewIndex

public int getNewIndex()

isAppropriateListener

public boolean isAppropriateListener(FacesListener faceslistener)

processListener

public void processListener(FacesListener faceslistener)


Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.