blob: 9697a8ac54248c8c0336ad65b5e287be6dfc3b5e [file] [log] [blame]
package test0513;
public interface A {
void playerJoined(final final Object player);
void playerLeft(final Object player);
}