Javaにデリゲートがないとか…。仕方ないからAction作ったったし

  • タグ:
  • タグはありません
public interface ActionInterface {
	void invoke();
}