Groovy Documentation

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

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

public class ImageViewAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private Closure asynchronousChanged

private Closure imageChanged

 
Constructor Summary
ImageViewAdapter()

 
Method Summary
void asynchronousChanged(org.apache.pivot.wtk.ImageView arg0)

Closure getAsynchronousChanged()

Closure getImageChanged()

void imageChanged(org.apache.pivot.wtk.ImageView arg0, org.apache.pivot.wtk.media.Image arg1)

void setAsynchronousChanged(Closure asynchronousChanged)

void setImageChanged(Closure imageChanged)

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

Field Detail

asynchronousChanged

private Closure asynchronousChanged


imageChanged

private Closure imageChanged


 
Constructor Detail

ImageViewAdapter

ImageViewAdapter()


 
Method Detail

asynchronousChanged

public void asynchronousChanged(org.apache.pivot.wtk.ImageView arg0)


getAsynchronousChanged

public Closure getAsynchronousChanged()


getImageChanged

public Closure getImageChanged()


imageChanged

public void imageChanged(org.apache.pivot.wtk.ImageView arg0, org.apache.pivot.wtk.media.Image arg1)


setAsynchronousChanged

public void setAsynchronousChanged(Closure asynchronousChanged)


setImageChanged

public void setImageChanged(Closure imageChanged)


 

Groovy Documentation