KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > mmbase > module > PlaylistsInterface


1 /*
2
3 This software is OSI Certified Open Source Software.
4 OSI Certified is a certification mark of the Open Source Initiative.
5
6 The license (Mozilla version 1.0) can be read at the MMBase site.
7 See http://www.MMBase.org/license
8
9 */

10 package org.mmbase.module;
11
12 import java.util.*;
13
14 /**
15  * @javadoc
16  * @deprecated this interface is not implemented or referenced
17  * @author vpro
18  * @version $Id: PlaylistsInterface.java,v 1.8 2004/10/04 15:02:10 pierre Exp $
19  */

20 public interface PlaylistsInterface {
21     public void init();
22     public byte[] getRAMfile(Vector params);
23 }
24
Popular Tags