org.apache.pivot.wtk
Class ImageViewListener.Adapter

java.lang.Object
  extended by org.apache.pivot.wtk.ImageViewListener.Adapter
All Implemented Interfaces:
ImageViewListener
Enclosing interface:
ImageViewListener

public static class ImageViewListener.Adapter
extends Object
implements ImageViewListener

Image view listener adapter.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ImageViewListener
ImageViewListener.Adapter
 
Constructor Summary
ImageViewListener.Adapter()
           
 
Method Summary
 void asynchronousChanged(ImageView imageView)
          Called when an image view's asynchronous flag has changed.
 void imageChanged(ImageView imageView, Image previousImage)
          Called when an image view's image has changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageViewListener.Adapter

public ImageViewListener.Adapter()
Method Detail

imageChanged

public void imageChanged(ImageView imageView,
                         Image previousImage)
Description copied from interface: ImageViewListener
Called when an image view's image has changed.

Specified by:
imageChanged in interface ImageViewListener

asynchronousChanged

public void asynchronousChanged(ImageView imageView)
Description copied from interface: ImageViewListener
Called when an image view's asynchronous flag has changed.

Specified by:
asynchronousChanged in interface ImageViewListener