1 2 3 4 5 6 7 8 9 10 11
package jrummikub.view; import jrummikub.util.IEvent; public interface IConnectPanel { public void setMode(LoginError error); public IEvent getCancelEvent(); }