All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface store.Store

public interface Store
Class for storing certain elements which are used by the framework, for example, Modules, Connections and ModuleTypes. Objects that are to be stored in a Store must implement the interface StoreElement.

Version:
$Revision: 1.4 $

Method Index

 o add(StoreElement)
 o elements()

Methods

 o add
 public abstract void add(StoreElement item)
 o elements
 public abstract Enumeration elements()

All Packages  Class Hierarchy  This Package  Previous  Next  Index