org.apache.batik.util
Class DocumentPropertyEvent

java.lang.Object
  |
  +--org.apache.batik.util.DocumentEvent
        |
        +--org.apache.batik.util.DocumentPropertyEvent

public class DocumentPropertyEvent
extends DocumentEvent

This class encapsulates, as events, information about document state that is either dynamic, transient, or unfolding (as when state is discovered by background threads).


Inner classes inherited from class org.apache.batik.util.DocumentEvent
DocumentEvent.Key
 
Field Summary
static int DESCRIPTION
           
static int SIZE
           
static int TITLE
           
 
Fields inherited from class org.apache.batik.util.DocumentEvent
classid, LOADING, o, PROPERTY, type
 
Constructor Summary
DocumentPropertyEvent(int key, java.lang.Object value)
           
 
Methods inherited from class org.apache.batik.util.DocumentEvent
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TITLE

public static final int TITLE

SIZE

public static final int SIZE

DESCRIPTION

public static final int DESCRIPTION
Constructor Detail

DocumentPropertyEvent

public DocumentPropertyEvent(int key,
                             java.lang.Object value)


Copyright © 2000 Apache Software Foundation. All Rights Reserved.