Stellent
HowToComponents
JavaDoc

intradoc.common
Class WaitImageLoad

java.lang.Object
  |
  +--intradoc.common.WaitImageLoad
All Implemented Interfaces:
java.awt.image.ImageObserver

public class WaitImageLoad
extends java.lang.Object
implements java.awt.image.ImageObserver


Field Summary
 boolean m_isError
           
 boolean m_ready
           
 
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
 
Constructor Summary
WaitImageLoad()
           
 
Method Summary
 boolean imageUpdate(java.awt.Image img, int infoflags, int x, int y, int w, int h)
           
 void notifyReady()
           
 void waitReady()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_ready

public boolean m_ready

m_isError

public boolean m_isError
Constructor Detail

WaitImageLoad

public WaitImageLoad()
Method Detail

imageUpdate

public boolean imageUpdate(java.awt.Image img,
                           int infoflags,
                           int x,
                           int y,
                           int w,
                           int h)
Specified by:
imageUpdate in interface java.awt.image.ImageObserver

notifyReady

public void notifyReady()

waitReady

public void waitReady()


(c) 1996-2005  All rights reserved.  Stellent, Inc.