Changeset 3167
- Timestamp:
- Mar 6, 2007, 5:37:46 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/src/docbook/developerdoc/plugin_developer.xml
r3166 r3167 32 32 <title>The plugin interfaces</title> 33 33 <para> 34 The Base2 core defined two interfaces that are vital for implementing plugins: 35 <itemizedlist> 36 <listitem> 37 <para>net.sf.basedb.core.plugin.Plugin</para> 38 </listitem> 39 <listitem> 40 <para>net.sf.basedb.core.plugin.InteractivePlugin</para> 41 </listitem> 42 </itemizedlist> 34 The Base2 core defined two interfaces that are vital for implementing plugins. 35 </para> 36 <itemizedlist> 37 <listitem> 38 <para>net.sf.basedb.core.plugin.Plugin</para> 39 </listitem> 40 <listitem> 41 <para>net.sf.basedb.core.plugin.InteractivePlugin</para> 42 </listitem> 43 </itemizedlist> 44 <para> 43 45 It is required that the Plugin interface is implemented, but the InteractivePlugin is 44 46 optional, and is only needed if you want user interaction.
Note: See TracChangeset
for help on using the changeset viewer.