public class ERXRetainer extends Object
Note that the current implementation does not implement reference counting so calling retain multiple times on the same object does not have any effect after the first call.
このクラスを使う時は、{link @NSNotification}のオブジェクトを保持と観察する場合によく使用します。
メモ:カレントの実装ではリファレンス・カウントしていません。 一つのオブジェクトを複数回コールしても最初のコールと替わりません。
Constructor and Description |
---|
ERXRetainer() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isObjectRetained(Object object)
Tests if the given object is being retained by the ERXRetainer class.
|
static void |
release(Object object)
Releases the reference to the object.
|
static void |
retain(Object object)
Retains a reference to the object.
|
public static void retain(Object object)
object
- public static void release(Object object)
object
- public static boolean isObjectRetained(Object object)
object
- Copyright © 2002 – 2024 Project Wonder.