|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectkinugasa.contents.resource.Storage<WindowCloseEvent>
kinugasa.game.CloseEventStorage
public final class CloseEventStorage
ウインドウクローズイベントをウインドウで判定するための格納領域です.
ウインドウが閉じられた際のイベントを追加したり削除するには、このクラスにイベントを登録します。
ゲームウインドウに設定されたクローズイベントが1つもない場合、ウインドウを閉じると
ゲームを終了します。
このクラスのインスタンスは、ゲームウインドウが持つ1つだけです。
フィールドの概要 | |
---|---|
private static long |
serialVersionUID
|
コンストラクタの概要 | |
---|---|
CloseEventStorage()
PPアクセスです. |
メソッドの概要 | |
---|---|
(package private) java.util.List<WindowCloseEvent> |
asSortedList()
追加されている全てのイベントを優先度によってソートされた リストとして返します. |
クラス kinugasa.contents.resource.Storage から継承されたメソッド |
---|
add, addAll, addAll, asList, clear, contains, contains, containsAll, get, getAll, getIfContains, getProperties, isEmpty, iterator, printAll, printAll, put, putAll, putAll, remove, remove, removeAll, removeAll, removeAll, size, toString |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
---|
private static final long serialVersionUID
コンストラクタの詳細 |
---|
CloseEventStorage()
メソッドの詳細 |
---|
java.util.List<WindowCloseEvent> asSortedList()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |