/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package cz.cvut.fel.restauracefel.library.interfaces; /** * * @author Vizi */ public interface IModuleInteface { //public void run( User user, String[ ] prava ); public boolean isActive( ); }