TavernerPOS - Source Code

Clone: 

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

 

package com.floreantpos.extension;


public interface TicketImportPlugin extends FloreantPlugin {

	void startService();
	void stopService();
	void importTicket();
}

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