/* * Copyright 2005-2010 Ignis Software Tools Ltd. All rights reserved. */ package jsystem.treeui.utilities; import jsystem.utils.ProgressNotifier; public interface ProgressRunnable { public void run(ProgressNotifier notifier); }