82963eddf89d9f35796c50863e12c733f1642599
[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         public Importer importer() throws ConduitException;
7 }