All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface COM.taligent.util.DataModel

public interface DataModel
extends Serializable
Basic data model. All data models conform to this interface.

Because multiple views can share the same data model, it is important for all users of the model (including the instance if it updates its own data) to synchronize on the LOCK variable in all methods that modify the data.

Version:
1.0
Author:
Andy Clark, Taligent Inc.

Variable Index

 o LOCK
Synchronization constant.

Variables

 o LOCK
 public static final Object LOCK
Synchronization constant.


All Packages  Class Hierarchy  This Package  Previous  Next  Index