com.tssap.util.ui.menu
Class RadioActionAdapter

java.lang.Object
  |
  +--com.tssap.util.ui.ActionAdapter
        |
        +--com.tssap.util.ui.menu.RadioActionAdapter
All Implemented Interfaces:
IAction, IRadioAction

public class RadioActionAdapter
extends ActionAdapter
implements IRadioAction


Constructor Summary
RadioActionAdapter()
           
 
Method Summary
 void radioChanged(int newIndex)
           
 
Methods inherited from class com.tssap.util.ui.ActionAdapter
process
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.tssap.util.ui.IAction
process
 

Constructor Detail

RadioActionAdapter

public RadioActionAdapter()
Method Detail

radioChanged

public void radioChanged(int newIndex)
Specified by:
radioChanged in interface IRadioAction
See Also:
com.tssap.util.ui.menu.IRadioAction#radioChanged(IRadioMenuLabel)


Copyright © 2005 SAP AG. All Rights Reserved.