This package org.servebox.observation contains the basic classes for the following design pattern implementation. - Observer / observable ( learn more at http://java.sun.com/blueprints/patterns/catalog.html )



Interfaces
 InterfaceDescription
 IObservable The IObservable interface provides a standard protocol for a Model to notify a ViewHelper of changes.
 IObserver The IObserver interface provides a standard protocol for a ViewHelper to update the View.
Classes
 ClassDescription
 Notification A notification used to notify observers.
 SimpleNotification All application notifications should extend SimpleNotification