package com.example.stackmasterdetail.application; import com.example.stackmasterdetail.paths.MasterDetailPath; public interface IsMasterView { void updateSelection(MasterDetailPath newPath); }