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
| | Interface | Description |
| | 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
| | Class | Description |
| | Notification |
A notification used to notify observers. |
| | SimpleNotification |
All application notifications should extend SimpleNotification
|
ActionScript Foundry Bundle Project API Documentation - Generated using Adobe ASDoc / Maven Flex Plugin