public class ImageViewAdapter extends Object implements GriffonPivotAdapter, org.apache.pivot.wtk.ImageViewListener
| Constructor and Description | 
|---|
| ImageViewAdapter() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | asynchronousChanged(org.apache.pivot.wtk.ImageView arg0) | 
| CallableWithArgs<Void> | getAsynchronousChanged() | 
| CallableWithArgs<Void> | getImageChanged() | 
| void | imageChanged(org.apache.pivot.wtk.ImageView arg0,
            org.apache.pivot.wtk.media.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(org.apache.pivot.wtk.ImageView arg0,
                         org.apache.pivot.wtk.media.Image arg1)
imageChanged in interface org.apache.pivot.wtk.ImageViewListenerpublic void asynchronousChanged(org.apache.pivot.wtk.ImageView arg0)
asynchronousChanged in interface org.apache.pivot.wtk.ImageViewListener