package org.lysty.ui; public interface Reorderable { public void reorder(int fromIndex, int toIndex); }