/* * Copyright (C) 2014 たんらる */ package fourthline.mabiicco; public interface IEditStateObserver { public void notifyUpdateEditState(); }