TavernerPOS - Source Code

Clone: 

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

 

package com.floreantpos.extension;

import javax.swing.JMenuBar;

import net.xeoh.plugins.base.Plugin;

public interface FloreantPlugin extends Plugin {
	void configureBackofficeMenuBar(JMenuBar menuBar);
}

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