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