de.tkuhn.util.prefs.gui.event
Interface PrefSelectionListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
PrefEditorPanel, PrefSelectionSupport

public interface PrefSelectionListener
extends java.util.EventListener

A Listener for PrefSelection Events

Author:
Tilmann Kuhn

Method Summary
 void valueChanged(PrefSelectionEvent pse)
          Gets called if a new Preferences node is selected.
 

Method Detail

valueChanged

void valueChanged(PrefSelectionEvent pse)
Gets called if a new Preferences node is selected.

Parameters:
pse - the PrefSelectionEvent to be processed


Copyright © Tilmann Kuhn