frysk.gui.prefs
Class PreferenceWindow.IntPrefListener

java.lang.Object
  extended by frysk.gui.prefs.PreferenceWindow.IntPrefListener
All Implemented Interfaces:
org.gnu.gtk.event.SpinListener
Enclosing class:
PreferenceWindow

private static class PreferenceWindow.IntPrefListener
extends Object
implements org.gnu.gtk.event.SpinListener


Field Summary
private  IntPreference iPref
           
 
Constructor Summary
PreferenceWindow.IntPrefListener(IntPreference pref)
           
 
Method Summary
 void spinEvent(org.gnu.gtk.event.SpinEvent arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iPref

private IntPreference iPref
Constructor Detail

PreferenceWindow.IntPrefListener

public PreferenceWindow.IntPrefListener(IntPreference pref)
Method Detail

spinEvent

public void spinEvent(org.gnu.gtk.event.SpinEvent arg0)
Specified by:
spinEvent in interface org.gnu.gtk.event.SpinListener