|
UDK 3.1.0 Java API Reference | ||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
This is the delegator interface for objects implementing
interfaces for an underlying object. Call are delegated
through the UnoRuntime
to this interface.
Implement this interface, in case you want to customize the behaviour of queryInterface.
UnoRuntime
,
IQueryInterface
,
IBridge
メソッドの概要 | |
String |
getOid()
returns the object identifier (oid) of the underlying object. |
boolean |
isSame(Object object)
Tests if the given object is an interface of the same underlying object. |
Object |
queryInterface(Type type)
Returns an object implementing the desired interface. |
メソッドの詳細 |
public Object queryInterface(Type type)
type
- the type of the desired interface.
UnoRuntime
public boolean isSame(Object object)
object
- an object representing an interface.
public String getOid()
|
UDK 3.1.0 Java API Reference | ||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |