org.gjt.universe.gui
Class MicroHelp.PropListener

java.lang.Object
  |
  +--org.gjt.universe.gui.MicroHelp.PropListener
All Implemented Interfaces:
java.util.EventListener, java.beans.PropertyChangeListener
Enclosing class:
MicroHelp

class MicroHelp.PropListener
extends java.lang.Object
implements java.beans.PropertyChangeListener

This listens to the editor kit. It seems that the "document" property is generated when the document is changed (and thus will begin loading), and the "page" property is generated when the document is finished loading.


Constructor Summary
(package private) MicroHelp.PropListener()
           
 
Method Summary
 void propertyChange(java.beans.PropertyChangeEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MicroHelp.PropListener

MicroHelp.PropListener()
Method Detail

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent e)
Specified by:
propertyChange in interface java.beans.PropertyChangeListener


Copyright © 2001 Universe Dev Team All Rights Reserved.