- 
Interface Summary 
| Interface | 
Description | 
| GObservable | 
 Interface to define components that are potentially observed by other components. 
 | 
| GObserver | 
 Interface defining an observer object. 
 | 
 
- 
Class Summary 
| Class | 
Description | 
| GObserverList | 
 Class defining a list of observers, generally used by an obserbable. 
 | 
 
Package fr.cnes.genius.observer Description
$Id: package-info.java 1980 2016-10-31 13:08:11Z ffsm $
 HISTORIQUE
 VERSION:1.5:DM:DM-117:24/08/2016: Implementation of the Observer/Observable pattern.
 VERSION:1.5:DM:DM-135:28/10/2016: Added license.
 FIN-HISTORIQUE
 This software is part of GENIUS,
 A CNES tool to develop MMI in Java
 Copyright 2016-2026 CNES Centre National d’Etudes Spatiales
 Licensed to Centre National d’Etudes Spatiales (CNES) under one or more
 contributor license agreements. See the NOTICE file distributed with
 this work for additional information regarding copyright ownership.
 CNES licenses this file to You under the Apache License, Version 2.0
 (the "License"); you may not use this file except in compliance with
 the License. You may obtain a copy of the License at
   http://www.apache.org/licenses/LICENSE-2.0
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.