Class NetworkObservable

java.lang.Object
   |
   +----java.util.Observable
           |
           +----NetworkObservable

class NetworkObservable
extends Observable

Constructor Index

 o NetworkObservable()

Method Index

 o change()
 o notifyObservers(Object)
This method is overridden so notification for objects that are not part of the model can be suppressed.

Constructors

 o NetworkObservable
 NetworkObservable()

Methods

 o change
 void change()
 o notifyObservers
 public void notifyObservers(Object arg)
This method is overridden so notification for objects that are not part of the model can be suppressed. This is a temporary fix. It should be replaced by view-specific information storage in the model or some other scheme or division of the model in various sub-models. Notifications for Modules (or their Connectors) are suppressed if the Module is not part of a model.

Overrides:
notifyObservers in class Observable