StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.beans
Class PropertyStateChangeEvent

java.lang.Object
  |
  +--com.sun.star.lang.EventObject
        |
        +--com.sun.star.beans.PropertyStateChangeEvent

public synchronized class PropertyStateChangeEvent
extends com.sun.star.lang.EventObject


Field Summary
 com.sun.star.beans.PropertyState NewValue
           
 com.sun.star.beans.PropertyState OldValue
           
 int PropertyHandle
           
 java.lang.String PropertyName
           
static java.lang.Object UNORUNTIMEDATA
           
 
Fields inherited from class com.sun.star.lang.EventObject
Source, UNOTYPEINFO
 
Constructor Summary
PropertyStateChangeEvent()
           
PropertyStateChangeEvent(java.lang.Object o, java.lang.String s, int i, com.sun.star.beans.PropertyState ps1, com.sun.star.beans.PropertyState ps2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NewValue

public com.sun.star.beans.PropertyState NewValue

OldValue

public com.sun.star.beans.PropertyState OldValue

PropertyHandle

public int PropertyHandle

PropertyName

public java.lang.String PropertyName

UNORUNTIMEDATA

public static java.lang.Object UNORUNTIMEDATA
Constructor Detail

PropertyStateChangeEvent

public PropertyStateChangeEvent()

PropertyStateChangeEvent

public PropertyStateChangeEvent(java.lang.Object o,
                                java.lang.String s,
                                int i,
                                com.sun.star.beans.PropertyState ps1,
                                com.sun.star.beans.PropertyState ps2)

StarOffice 5.2 API
reverse engineered by classdoc