TavernerPOS - Source Code

Clone: 

git clone http://www.librarysmith.co.uk/tavernerPOS

 

package com.floreantpos.extension;

import net.xeoh.plugins.base.Plugin;

public interface TestExtension extends Plugin {
	boolean canSayHello();
	void sayHell();
}

Add comment
These comments are moderated so so won't be published until reviewed.