Groovy Documentation

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

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

public class ScrollBarValueAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private Closure valueChanged

 
Constructor Summary
ScrollBarValueAdapter()

 
Method Summary
Closure getValueChanged()

void setValueChanged(Closure valueChanged)

void valueChanged(org.apache.pivot.wtk.ScrollBar 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

ScrollBarValueAdapter

ScrollBarValueAdapter()


 
Method Detail

getValueChanged

public Closure getValueChanged()


setValueChanged

public void setValueChanged(Closure valueChanged)


valueChanged

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


 

Groovy Documentation