Groovy Documentation

griffon.pivot.support.adapters
[Java] Class SliderValueAdapter

java.lang.Object
  griffon.pivot.support.adapters.SliderValueAdapter
All Implemented Interfaces:
GriffonPivotAdapter, org.apache.pivot.wtk.SliderValueListener

public class SliderValueAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private Closure valueChanged

 
Constructor Summary
SliderValueAdapter()

 
Method Summary
Closure getValueChanged()

void setValueChanged(Closure valueChanged)

void valueChanged(org.apache.pivot.wtk.Slider arg0, int arg1)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

valueChanged

private Closure valueChanged


 
Constructor Detail

SliderValueAdapter

SliderValueAdapter()


 
Method Detail

getValueChanged

public Closure getValueChanged()


setValueChanged

public void setValueChanged(Closure valueChanged)


valueChanged

public void valueChanged(org.apache.pivot.wtk.Slider arg0, int arg1)


 

Groovy Documentation