API/PublicInterface

Code snapshot of the PartyInterface

Subject to change till 0.4.0 and again till release: The interfaces will get changed slightly.

package asofold.admittance.interfaces;

/**
 * Basic properties about interfaces to identify them.
 * @author dummy
 *
 */
public interface PublicInterface {
	public String getImplementationName();
	public String getImplementationVersion();
}

Comments

Posts Quoted:
Reply
Clear All Quotes