com.intel.util.observer
Class GenericObservable

java.lang.Object
  extended by com.intel.util.observer.GenericObservable
All Implemented Interfaces:
IObservable

Deprecated. As of GPE 1.4.2 the class is not more used

public class GenericObservable
extends java.lang.Object
implements IObservable

Version:
$Id$
Author:
Thomas Kentemich

Constructor Summary
GenericObservable()
          Deprecated. Creates new GenericObservable
 
Method Summary
 void addObserver(IObserver theObserver)
          Deprecated. add an observer
 void deleteAllObservers()
          Deprecated. delete all registered Observers
 void deleteObserver(IObserver theObserver)
          Deprecated. delete an observer
 void notifyObservers(java.lang.Object theObserved, java.lang.Object changeCode)
          Deprecated. iterate through the list of observers and notify them
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericObservable

public GenericObservable()
Deprecated. 
Creates new GenericObservable

Method Detail

addObserver

public void addObserver(IObserver theObserver)
Deprecated. 
add an observer

Specified by:
addObserver in interface IObservable
Parameters:
theObserver - The feature to be added to the Observer attribute

deleteAllObservers

public void deleteAllObservers()
Deprecated. 
delete all registered Observers

Specified by:
deleteAllObservers in interface IObservable

deleteObserver

public void deleteObserver(IObserver theObserver)
Deprecated. 
delete an observer

Specified by:
deleteObserver in interface IObservable

notifyObservers

public void notifyObservers(java.lang.Object theObserved,
                            java.lang.Object changeCode)
Deprecated. 
iterate through the list of observers and notify them

Specified by:
notifyObservers in interface IObservable


Copyright © 2008. All Rights Reserved.