public class ImageViewAdapter extends Object implements GriffonPivotAdapter, ImageViewListener
ImageViewListener.Adapter| Constructor and Description | 
|---|
ImageViewAdapter()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
asynchronousChanged(ImageView arg0)  | 
CallableWithArgs<Void> | 
getAsynchronousChanged()  | 
CallableWithArgs<Void> | 
getImageChanged()  | 
void | 
imageChanged(ImageView arg0,
            Image arg1)  | 
void | 
setAsynchronousChanged(CallableWithArgs<Void> asynchronousChanged)  | 
void | 
setImageChanged(CallableWithArgs<Void> imageChanged)  | 
public CallableWithArgs<Void> getImageChanged()
public CallableWithArgs<Void> getAsynchronousChanged()
public void setImageChanged(CallableWithArgs<Void> imageChanged)
public void setAsynchronousChanged(CallableWithArgs<Void> asynchronousChanged)
public void imageChanged(ImageView arg0, Image arg1)
imageChanged in interface ImageViewListenerpublic void asynchronousChanged(ImageView arg0)
asynchronousChanged in interface ImageViewListener