2 * Created on 22-jul-2003
5 package com.quantum.model;
9 * User interface components that can provide a connection to the database they
10 * relate to implement this interface. Such components must know how to obtain a
11 * password, as required.
15 public interface BookmarkHolder {
16 public Bookmark getBookmark();