case union
Indicates that observers in the specified set are being added to the observed object.
指定された集合の中のオブザーバがその監視されるオブジェクトに追加されているところであるを指し示します。
case minus
Indicates that the observers in the specified set are being removed from the observed object.
指定された集合の中のオブザーバがその監視されるオブジェクトから取り除かれているところであるを指し示します。
case intersect
Indicates that the observers not in the specified set are being removed from the observed object.
指定された集合の中にないオブザーバがその監視されるオブジェクトから取り除かれているところであるを指し示します。
case set
Indicates that a set of observers are replacing the existing objects in the observed object.
ひとそろいのオブザーバがその監視されるオブジェクトの中の既存のオブジェクトを置き換えていることを指し示します。