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