com.sun.star.ucb
Class ContentEvent
java.lang.Object
|
+--com.sun.star.lang.EventObject
|
+--com.sun.star.ucb.ContentEvent
- public synchronized class ContentEvent
- extends com.sun.star.lang.EventObject
Field Summary |
int |
Action
|
com.sun.star.ucb.XContent |
Content
|
com.sun.star.ucb.XContentIdentifier |
Id
|
static java.lang.Object |
UNORUNTIMEDATA
|
static com.sun.star.lib.uno.typeinfo.TypeInfo[] |
UNOTYPEINFO
|
Fields inherited from class com.sun.star.lang.EventObject |
Source |
Constructor Summary |
ContentEvent()
|
ContentEvent(java.lang.Object o,
int i,
com.sun.star.ucb.XContent xc,
com.sun.star.ucb.XContentIdentifier xci)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Action
public int Action
Content
public com.sun.star.ucb.XContent Content
Id
public com.sun.star.ucb.XContentIdentifier Id
UNORUNTIMEDATA
public static java.lang.Object UNORUNTIMEDATA
UNOTYPEINFO
public static final com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
ContentEvent
public ContentEvent()
ContentEvent
public ContentEvent(java.lang.Object o,
int i,
com.sun.star.ucb.XContent xc,
com.sun.star.ucb.XContentIdentifier xci)