package com.yoursway.ide.application.model; public interface ProjectOwner { void closeProject(Project project); }