package zielu.gittoolbox; public interface ProjectAware { void opened(); void closed(); }