1 2 3 4 5 6 7 8 9
package NET.worlds.scape; import NET.worlds.network.URL; public interface Iconic { URL getIconURL(); String getIconCaption(); }