initial quantum version
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.quantum.sql / src / com / quantum / model / BookmarkHolder.java
1 /*
2  * Created on 22-jul-2003
3  *
4  */
5 package com.quantum.model;
6
7
8 /**
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.
12  * 
13  * @author panic
14  */
15 public interface BookmarkHolder {
16         public Bookmark getBookmark();
17 }