package com.iambookmaster.client.iphone; public interface IPhoneBattlePanelListner { void redraw(boolean animate); boolean isVertical(); }