|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echo.AbstractImageReference
public abstract class AbstractImageReference
A base class from which ImageReferences which render images from binary streams are derived.
| Field Summary | |
|---|---|
protected EventListenerList |
listenerList
A storage facility for EventListeners. |
| 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
EventListeners.
This EventListenerList is lazy-created, so it may be null
if no ImageUpdateListeners have yet been registered.
| Constructor Detail |
|---|
public AbstractImageReference()
| Method Detail |
|---|
public void addImageUpdateListener(ImageUpdateListener l)
ImageReference
addImageUpdateListener in interface ImageReferencel - The ImageUpdateListener to add.ImageReference.addImageUpdateListener(ImageUpdateListener)public void removeImageUpdateListener(ImageUpdateListener l)
ImageReference
removeImageUpdateListener in interface ImageReferencel - The ImageUpdateListener to remove.ImageReference.removeImageUpdateListener(ImageUpdateListener)public void update()
ImageReference
update in interface ImageReferenceImageReference.update()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||