43dd73461871ecba72579def8240981846b63a04
[jpim.git] / src / de / j32 / pimstuff / conduit / Conduit.java
1 package de.j32.pimstuff.conduit;
2
3 public interface Conduit
4 {
5     public Exporter exporter() throws ConduitException;
6
7     public Importer importer() throws ConduitException;
8 }