net.sourceforge.java.feednread.frontend.configuration
Class BrowserConfigurationPage.ButtonHandler

java.lang.Object
  extended byorg.eclipse.swt.events.SelectionAdapter
      extended bynet.sourceforge.java.feednread.frontend.configuration.BrowserConfigurationPage.ButtonHandler
All Implemented Interfaces:
EventListener, SelectionListener, SWTEventListener
Enclosing class:
BrowserConfigurationPage

private class BrowserConfigurationPage.ButtonHandler
extends SelectionAdapter

Handles SelectionEvents triggered by the radio Buttons defined in the enclosing BrowserConfigurationPage.

Author:
Sebastian Machhausen

Constructor Summary
private BrowserConfigurationPage.ButtonHandler()
           
 
Method Summary
 void widgetSelected(SelectionEvent e)
           Sent when selection occurs in the control.
 
Methods inherited from class org.eclipse.swt.events.SelectionAdapter
widgetDefaultSelected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowserConfigurationPage.ButtonHandler

private BrowserConfigurationPage.ButtonHandler()
Method Detail

widgetSelected

public void widgetSelected(SelectionEvent e)

Sent when selection occurs in the control.

Parameters:
e - an event containing information about the selection