Пример #1
0
 /// <summary>
 /// Used to remove an IAttributeObserver from the collection of observers.
 /// </summary>
 public void removeObsever(IAttributeObserver observer)
 {
 }
Пример #2
0
 /// <summary>
 /// Used to add IAttributeObserver to a collection of objects to be notified.
 /// </summary>
 public void registerObserver(IAttributeObserver observer)
 {
 }