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

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

private class CacheConfigurationPage.ButtonHandler
extends SelectionAdapter

Event handler to react on SelectionEvents triggered by the Buttons added via the CacheConfigurationPage.contributeButtons(Composite) method.


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

Constructor Detail

CacheConfigurationPage.ButtonHandler

private CacheConfigurationPage.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

widgetDefaultSelected

public void widgetDefaultSelected(SelectionEvent e)

Sent when default selection occurs in the control.

Parameters:
e - an event containing information about the default selection