org.gudy.azureus2.ui.swt.config
Interface IAdditionalActionPerformer

All Known Implementing Classes:
ChangeSelectionActionPerformer, DualChangeSelectionActionPerformer, ExclusiveSelectionActionPerformer, GenericActionPerformer

public interface IAdditionalActionPerformer

Author:
Olivier

Method Summary
 void performAction()
           
 void setIntValue(int value)
           
 void setSelected(boolean selected)
           
 void setStringValue(String value)
           
 

Method Detail

performAction

void performAction()

setSelected

void setSelected(boolean selected)

setIntValue

void setIntValue(int value)

setStringValue

void setStringValue(String value)