com.tssap.util.ui.glpc.section
Class ButtonClickedEvent

com.tssap.util.ui.glpc.section.ButtonClickedEvent

public class ButtonClickedEvent

Event that will be raised when a button within a SectionWithButtoms is clicked.


Constructor Summary
ButtonClickedEvent(int index)
          Creates a new ButtonClickedEvent.
 
Method Summary
 int getIndex()
          Gets the index of the button that was clicked.
 

Constructor Detail

ButtonClickedEvent

public ButtonClickedEvent(int index)
Creates a new ButtonClickedEvent.
Parameters:
index - The index of the button that was clicked.
Method Detail

getIndex

public int getIndex()
Gets the index of the button that was clicked.
Returns:
The index of the clicked button.


Copyright © 2005 SAP AG. All Rights Reserved.