com.sun.star.lang
Interface XConnectionPointContainer
- All Superinterfaces:
- com.sun.star.uno.XInterface
- public abstract interface XConnectionPointContainer
- extends com.sun.star.uno.XInterface
Field Summary |
static com.sun.star.uno.Uik |
UIK
|
static java.lang.Object |
UNORUNTIMEDATA
|
static com.sun.star.lib.uno.typeinfo.TypeInfo[] |
UNOTYPEINFO
|
Method Summary |
abstract void |
advise(com.sun.star.uno.Type t,
java.lang.Object o)
|
abstract com.sun.star.uno.Type[] |
getConnectionPointTypes()
|
abstract com.sun.star.lang.XConnectionPoint |
queryConnectionPoint(com.sun.star.uno.Type t)
|
abstract void |
unadvise(com.sun.star.uno.Type t,
java.lang.Object o)
|
UIK
public static final com.sun.star.uno.Uik UIK
UNORUNTIMEDATA
public static final java.lang.Object UNORUNTIMEDATA
UNOTYPEINFO
public static final com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
advise
public abstract void advise(com.sun.star.uno.Type t,
java.lang.Object o)
throws com.sun.star.uno.RuntimeException
getConnectionPointTypes
public abstract com.sun.star.uno.Type[] getConnectionPointTypes()
throws com.sun.star.uno.RuntimeException
queryConnectionPoint
public abstract com.sun.star.lang.XConnectionPoint queryConnectionPoint(com.sun.star.uno.Type t)
throws com.sun.star.uno.RuntimeException
unadvise
public abstract void unadvise(com.sun.star.uno.Type t,
java.lang.Object o)
throws com.sun.star.uno.RuntimeException