KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > ozoneDB > core > xml > XML2ObjectDelegate


1 // You can redistribute this software and/or modify it under the terms of
2
// the Ozone Core License version 1 published by ozone-db.org.
3
//
4
// The original code and portions created by SMB are
5
// Copyright (C) 1997-@year@ by SMB GmbH. All rights reserved.
6
//
7
// $Id: XML2ObjectDelegate.java,v 1.3 2000/12/07 19:19:15 rolf Exp $
8

9 package org.ozoneDB.core.xml;
10
11 public interface XML2ObjectDelegate {
12
13     public void handleObject(ObjElement oe);
14
15 }
16
17
18
Popular Tags