View Javadoc
1 package org.hedwig.core; 2 /*** 3 * @author Keith Gaddis 4 * 5 *enclosing_type 6 */ 7 public interface Fetcher { 8 public Envelope[] fetch(RemoteAccount acct); 9 }

This page was automatically generated by Maven