|
NextApp Echo 1.0.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnextapp.echo.AbstractImageReference
A base class from which ImageReferences which render images from binary streams are derived.
Field Summary | |
protected EventListenerList |
listenerList
A storage facility for EventListener s. |
Fields inherited from interface nextapp.echo.ImageReference |
SIZE_UNKNOWN |
Constructor Summary | |
AbstractImageReference()
Default constructor. |
Method Summary | |
void |
addImageUpdateListener(ImageUpdateListener l)
Adds an image update listener to the image reference. |
void |
removeImageUpdateListener(ImageUpdateListener l)
Removes an image update listener to the image reference. |
void |
update()
Notifies listeners that the referenced image has changed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface nextapp.echo.ImageReference |
getHeight, getWidth |
Field Detail |
protected EventListenerList listenerList
EventListener
s.
This EventListenerList
is lazy-created, so it may be null
if no ImageUpdateListener
s have yet been registered.
Constructor Detail |
public AbstractImageReference()
Method Detail |
public void addImageUpdateListener(ImageUpdateListener l)
ImageReference
addImageUpdateListener
in interface ImageReference
l
- The ImageUpdateListener
to add.ImageReference.addImageUpdateListener(ImageUpdateListener)
public void removeImageUpdateListener(ImageUpdateListener l)
ImageReference
removeImageUpdateListener
in interface ImageReference
l
- The ImageUpdateListener
to remove.ImageReference.removeImageUpdateListener(ImageUpdateListener)
public void update()
ImageReference
update
in interface ImageReference
ImageReference.update()
|
NextApp Echo 1.0.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |