blob: 431244850e861908e76bc23c6d5c7e8d803524a4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
package NET.worlds.scape;
import NET.worlds.network.URL;
public abstract interface LoadedURLSelf
{
public abstract void loadedURLSelf(URLSelf paramURLSelf, URL paramURL, String paramString);
}
/* Location: C:\Program Files (x86)\Worlds Inc\WorldsPlayer - Win7\lib\worlds.jar!\NET\worlds\scape\LoadedURLSelf.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/
|